mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add email validate to notification field
This commit is contained in:
parent
9c55bea365
commit
fb4b1697eb
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
|||
]"
|
||||
:placeholder="isFocused ? 'me@email.com' : 'Tell me when this changes'"
|
||||
style="width: 230px;"
|
||||
type="email"
|
||||
required
|
||||
@focus="isFocused = true"
|
||||
@blur="isFocused = false"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue