feat(Lazyload): support Vue 3

This commit is contained in:
chenjiahan
2020-11-30 20:20:39 +08:00
parent 5d8b7bd7fb
commit d3ca404f98
9 changed files with 2772 additions and 107 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
// import Lazyload from 'vue-lazyload';
// TODO
export default {};
import { Lazyload } from '@vant/lazyload';
export default Lazyload;