mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
chore(RollingText): fix component global type (#12010)
This commit is contained in:
@@ -13,6 +13,6 @@ export type {
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Van_RollingText: typeof _RollingText;
|
||||
VanRollingText: typeof _RollingText;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user