We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adf80c commit c1b1ffaCopy full SHA for c1b1ffa
src/components/index.ts
@@ -9,6 +9,7 @@ import { XButton, XTextButton } from '@/components/XButton'
9
import { DictTag } from '@/components/DictTag'
10
import { ContentWrap } from '@/components/ContentWrap'
11
import { Descriptions } from '@/components/Descriptions'
12
+import { RightToolbar } from '@/components/RightToolbar'
13
14
export const setupGlobCom = (app: App<Element>): void => {
15
app.component('Icon', Icon)
@@ -22,4 +23,5 @@ export const setupGlobCom = (app: App<Element>): void => {
22
23
app.component('DictTag', DictTag)
24
app.component('ContentWrap', ContentWrap)
25
app.component('Descriptions', Descriptions)
26
+ app.component('RightToolbar', RightToolbar)
27
}
0 commit comments