wip(Login): Login developing
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -16,7 +16,7 @@ import { useRenderRadio } from './components/useRenderRadio'
|
||||
import { useRenderChcekbox } from './components/useRenderChcekbox'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'VForm',
|
||||
name: 'Form',
|
||||
props: {
|
||||
// 生成Form的布局结构数组
|
||||
schema: {
|
||||
|
||||
Reference in New Issue
Block a user