mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(FloatingBubble): fix global component type (#12101)
This commit is contained in:
parent
06e0599d95
commit
69035944d6
@ -15,6 +15,6 @@ export type {
|
|||||||
|
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
FloatingBubble: typeof FloatingBubble;
|
VanFloatingBubble: typeof FloatingBubble;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user