UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

11 lines (8 loc) 288 B
import { getVLazyOptions } from '../../../v-lazy/v-lazy.mjs'; import '../../../image/image.mjs'; import '@babel/runtime/helpers/typeof'; function initVLazy(options) { if (!options.VueLazyLoad) return; options.Vue.use(options.VueLazyLoad, getVLazyOptions()); } export { initVLazy };