types(BfForm): Adding BfForm types

This commit is contained in:
kailong321200875
2021-12-12 09:34:02 +08:00
parent 8e036f54b5
commit 58cb24d9f8
6 changed files with 176 additions and 25 deletions

View File

@@ -1,6 +0,0 @@
import type { App } from 'vue'
import { BfFrom } from './Form'
export function setupGlobCom(app: App<Element>) {
app.component('BfFrom', BfFrom)
}