mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 23:19:37 +00:00
9 lines
172 B
Vue
9 lines
172 B
Vue
<template>
|
|
<Form as="" v-slot="slots">
|
|
<slot v-bind="slots" />
|
|
</Form>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import { Form } from 'vee-validate'
|
|
</script> |