feat: 🎸 综合实例重构中

This commit is contained in:
chenkl
2020-12-23 17:29:17 +08:00
parent 35879f8ecc
commit 5142e6e323
16 changed files with 635 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
import type { App } from 'vue'
// import Button from '@/components/Button/index.vue'// Button组件
import Dialog from './Dialog/index.vue'// Dialog组件
export function setupGlobCom(app: App<Element>): void {
// app.component('AButton', Button)
app.component('ComDialog', Dialog)
}