chore: prettier packages codes

This commit is contained in:
陈嘉涵
2020-01-19 14:09:32 +08:00
parent 389d68884d
commit 1575bea6f5
18 changed files with 113 additions and 80 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import Vue, { PluginFunction } from 'vue';
import { PluginFunction } from 'vue';
export interface Lazyload {
install: PluginFunction<void>
install: PluginFunction<void>;
}
export const Lazyload: Lazyload;