mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(RollingText): fix component global type (#12010)
This commit is contained in:
parent
f03d5653e8
commit
a59a26931e
@ -13,6 +13,6 @@ export type {
|
|||||||
|
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
export interface GlobalComponents {
|
export interface GlobalComponents {
|
||||||
Van_RollingText: typeof _RollingText;
|
VanRollingText: typeof _RollingText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user