chore(RollingText): fix component global type (#12010)

This commit is contained in:
ShuGang Zhou 2023-06-22 21:18:03 +08:00 committed by GitHub
parent f03d5653e8
commit a59a26931e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,6 @@ export type {
declare module 'vue' {
export interface GlobalComponents {
Van_RollingText: typeof _RollingText;
VanRollingText: typeof _RollingText;
}
}