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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,6 @@ export type {
declare module 'vue' {
export interface GlobalComponents {
FloatingBubble: typeof FloatingBubble;
VanFloatingBubble: typeof FloatingBubble;
}
}