mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
fix: use declare module 'vue' instead of @vue/runtime-core (#13067)
This commit is contained in:
parent
eef8e0b0de
commit
2bc831a1c8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user