mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
refactor(validation): simplified validation system
This commit is contained in:
parent
7570ad9656
commit
77b5b0cab5
2 changed files with 13 additions and 5 deletions
|
@ -20,11 +20,7 @@
|
|||
</n-card>
|
||||
|
||||
<n-card title="Base64 to string">
|
||||
<n-form-item
|
||||
label="Base64 string to decode"
|
||||
:validation-status="b64Validation.status"
|
||||
:feedback="b64Validation.message"
|
||||
>
|
||||
<n-form-item label="Base64 string to decode" v-bind="b64Validation.attrs">
|
||||
<n-input v-model:value="base64Input" type="textarea" placeholder="Your base64 string..." rows="5" />
|
||||
</n-form-item>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue