fix(FloatingBubble): fix global component type (#12101)
This commit is contained in:
@@ -15,6 +15,6 @@ export type {
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
FloatingBubble: typeof FloatingBubble;
|
||||
VanFloatingBubble: typeof FloatingBubble;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user