feat: 🎸 综合实例重构中
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user