t-comm
Version:
专业、稳定、纯粹的工具库
15 lines (10 loc) • 385 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var vLazy_vLazy = require('../../../v-lazy/v-lazy.js');
require('../../../image/image.js');
require('@babel/runtime/helpers/typeof');
function initVLazy(options) {
if (!options.VueLazyLoad) return;
options.Vue.use(options.VueLazyLoad, vLazy_vLazy.getVLazyOptions());
}
exports.initVLazy = initVLazy;