This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* this is how i use vee-validate with my custom input components and useField hook | |
* | |
*/ | |
<script setup lang="ts"> | |
/** | |
* Please note that this snippet is from a nuxt project I was working on. | |
Vue3 or Vue users in general may be able to migrate from this to their appropriate syntax |