Skip to content

Instantly share code, notes, and snippets.

View saidinusah's full-sized avatar

said saidinusah

View GitHub Profile
@saidinusah
saidinusah / LoginFormWithCustomComponent.vue
Last active August 11, 2023 18:06
Form validation with Vee-Validate.
/**
* 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