File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 11import type { App } from 'vue'
22import { 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
114export 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}
You can’t perform that action at this time.
0 commit comments