Update ContactSection.vue
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m47s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m47s
This commit is contained in:
@@ -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