Compare commits
2 Commits
cf2195b4f3
...
a303b8be00
| Author | SHA1 | Date | |
|---|---|---|---|
|
a303b8be00
|
|||
|
bb0b348069
|
@@ -239,12 +239,12 @@ ${message.value}`,
|
|||||||
class="btn btn-lg w-full shadow-lg transition-all duration-300"
|
class="btn btn-lg w-full shadow-lg transition-all duration-300"
|
||||||
:class="[
|
:class="[
|
||||||
status === 'success'
|
status === 'success'
|
||||||
? 'btn-success text-white'
|
? 'btn-success text-white pointer-events-none'
|
||||||
: status === 'error'
|
: status === 'error'
|
||||||
? 'btn-error text-white'
|
? 'btn-error text-white pointer-events-none'
|
||||||
: 'btn-primary',
|
: 'btn-primary',
|
||||||
]"
|
]"
|
||||||
:disabled="status === 'sending' || status === 'success'"
|
:disabled="status === 'sending'"
|
||||||
>
|
>
|
||||||
<template v-if="status === 'sending'">
|
<template v-if="status === 'sending'">
|
||||||
<span
|
<span
|
||||||
|
|||||||
Reference in New Issue
Block a user