chore: refine demo

This commit is contained in:
Justineo
2023-08-22 19:57:16 +08:00
parent 03a3a6a401
commit eb59b4b185
7 changed files with 17 additions and 13 deletions

View File

@ -69,7 +69,7 @@ function refresh() {
second{{ seconds > 1 ? "s" : "" }}...
</small>
</p>
<p>
<p class="actions">
<button @click="refresh" :disabled="seconds > 0">Refresh</button>
</p>
</template>