|
@@ -3,7 +3,6 @@ import { Icon } from './Icon'
|
|
|
import { Form } from '@/components/Form'
|
|
|
import { Table } from '@/components/Table'
|
|
|
import { Search } from '@/components/Search'
|
|
|
-import { Dialog } from '@/components/Dialog'
|
|
|
import { XModal } from '@/components/XModal'
|
|
|
import { XButton, XTextButton } from '@/components/XButton'
|
|
|
import { DictTag } from '@/components/DictTag'
|
|
@@ -15,7 +14,6 @@ export const setupGlobCom = (app: App<Element>): void => {
|
|
|
app.component('Form', Form)
|
|
|
app.component('Table', Table)
|
|
|
app.component('Search', Search)
|
|
|
- app.component('Dialog', Dialog)
|
|
|
app.component('XModal', XModal)
|
|
|
app.component('XButton', XButton)
|
|
|
app.component('XTextButton', XTextButton)
|