wip(Login): Login developing

This commit is contained in:
kailong321200875
2022-01-03 18:01:43 +08:00
parent 3810b8c3b2
commit 4d52f7bf58
21 changed files with 1798 additions and 52 deletions

View File

@@ -1,8 +1,8 @@
import VFrom from './src/Form.vue'
import Form from './src/Form.vue'
export interface VFormExpose {
export interface FormExpose {
count: number
sayHello: () => void
}
export { VFrom }
export { Form }

View File

@@ -16,7 +16,7 @@ import { useRenderRadio } from './components/useRenderRadio'
import { useRenderChcekbox } from './components/useRenderChcekbox'
export default defineComponent({
name: 'VForm',
name: 'Form',
props: {
// 生成Form的布局结构数组
schema: {