Skip to content

Commit c1b1ffa

Browse files
author
puhui999
committed
add: 改造vue2中的RightToolbar到vue3中
1 parent 9adf80c commit c1b1ffa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { XButton, XTextButton } from '@/components/XButton'
99
import { DictTag } from '@/components/DictTag'
1010
import { ContentWrap } from '@/components/ContentWrap'
1111
import { Descriptions } from '@/components/Descriptions'
12+
import { RightToolbar } from '@/components/RightToolbar'
1213

1314
export const setupGlobCom = (app: App<Element>): void => {
1415
app.component('Icon', Icon)
@@ -22,4 +23,5 @@ export const setupGlobCom = (app: App<Element>): void => {
2223
app.component('DictTag', DictTag)
2324
app.component('ContentWrap', ContentWrap)
2425
app.component('Descriptions', Descriptions)
26+
app.component('RightToolbar', RightToolbar)
2527
}

0 commit comments

Comments
 (0)