mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 23:19:37 +00:00
feat(front): add VeeForm component to encapsulate form structure using VeeValidate
This commit is contained in:
9
front/components/VeeForm.vue
Normal file
9
front/components/VeeForm.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<Form>
|
||||
<slot />
|
||||
</Form>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Form } from 'vee-validate'
|
||||
</script>
|
||||
Reference in New Issue
Block a user