Skip to content

Commit 3ed2b47

Browse files
author
issayah
committed
Global Comps starter idea file
1 parent 7f804d3 commit 3ed2b47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/global-components.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import BAlert from './components/BAlert.vue'
2+
import BContainer from './components/BContainer.vue'
3+
4+
declare module '@vue/runtime-core' {
5+
export interface GlobalComponents {
6+
BAlert: typeof BAlert
7+
BContainer: typeof BContainer
8+
}
9+
}

0 commit comments

Comments
 (0)