mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
fix: use declare module 'vue' instead of @vue/runtime-core (#13067)
This commit is contained in:
@@ -44,7 +44,7 @@ export declare const Lazyload: {
|
||||
install(app: App, options?: LazyloadOptions): void;
|
||||
};
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
declare module 'vue' {
|
||||
interface ComponentCustomProperties {
|
||||
$Lazyload: {
|
||||
$on: (event: string, handler: Callback) => void;
|
||||
|
Reference in New Issue
Block a user