Skip to content

Commit d32537e

Browse files
committed
移除 Form、Table、Search、XButton、XTextButton、DictTag、ContentWrap、Descriptions 的全局注册
1 parent 30685be commit d32537e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/components/index.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
import type { App } from 'vue'
22
import { Icon } from './Icon'
3-
import { Form } from '@/components/Form'
4-
import { Table } from '@/components/Table'
5-
import { Search } from '@/components/Search'
6-
import { XButton, XTextButton } from '@/components/XButton'
7-
import { DictTag } from '@/components/DictTag'
8-
import { ContentWrap } from '@/components/ContentWrap'
9-
import { Descriptions } from '@/components/Descriptions'
103

114
export const setupGlobCom = (app: App<Element>): void => {
125
app.component('Icon', Icon)
13-
app.component('Form', Form)
14-
app.component('Table', Table)
15-
app.component('Search', Search)
16-
app.component('XButton', XButton)
17-
app.component('XTextButton', XTextButton)
18-
app.component('DictTag', DictTag)
19-
app.component('ContentWrap', ContentWrap)
20-
app.component('Descriptions', Descriptions)
216
}

0 commit comments

Comments
 (0)