fix
This commit is contained in:
@@ -241,6 +241,7 @@
|
||||
id="text-area"
|
||||
placeholder="Please enter..."
|
||||
v-model="othersHelpful"
|
||||
@input="()=>helpfulOthers.checked = true"
|
||||
></textarea>
|
||||
</label>
|
||||
</div>
|
||||
@@ -357,6 +358,7 @@
|
||||
id="text-area"
|
||||
v-model="othersImprovel"
|
||||
placeholder="Please enter..."
|
||||
@input="()=>improvelOthers.checked = true"
|
||||
></textarea>
|
||||
</label>
|
||||
</div>
|
||||
@@ -404,6 +406,7 @@
|
||||
id="text-area"
|
||||
v-model="othersIsSubscribeCause"
|
||||
placeholder="Please enter..."
|
||||
@input="()=>isSubscribeCauseOthers.checked = true"
|
||||
></textarea>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user