mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
types(Lazyload): fix typing
This commit is contained in:
parent
5723c8a6bb
commit
d0c4c26d75
4
types/lazyload.d.ts
vendored
4
types/lazyload.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
import { PluginFunction } from 'vue';
|
||||
import { Plugin } from 'vue';
|
||||
|
||||
export interface Lazyload {
|
||||
install: PluginFunction<void>;
|
||||
install: Plugin;
|
||||
}
|
||||
|
||||
export const Lazyload: Lazyload;
|
||||
|
Loading…
x
Reference in New Issue
Block a user