import Vue from 'vue' import Vant,{Lazyload } from 'vant' Vue.use(Vant) Vue.use(Lazyload) Vue.use(Lazyload, { lazyComponent: true, });