mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
fixes
This commit is contained in:
parent
fa47ec2e45
commit
6f10ec6e4f
1 changed files with 5 additions and 5 deletions
|
|
@ -100,7 +100,7 @@ async function handleSubmit(type?: string) {
|
|||
</div>
|
||||
<textarea v-model="feedback.message" autofocus class="input" />
|
||||
<button class="btn btn-primary" :disabled="!feedback.message" @click="handleSubmit()">
|
||||
Send us your feedback
|
||||
Submit
|
||||
</button>
|
||||
</div>
|
||||
<div v-else class="step">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue