fix(FloatingBubble): fix global component type (#12101)

This commit is contained in:
ShuGang Zhou
2023-07-18 15:42:08 +08:00
committed by GitHub
parent 06e0599d95
commit 69035944d6
+1 -1
View File
@@ -15,6 +15,6 @@ export type {
declare module 'vue' {
export interface GlobalComponents {
FloatingBubble: typeof FloatingBubble;
VanFloatingBubble: typeof FloatingBubble;
}
}