kdayun-compnent-develop/kdayun-compnent-pack/dist/libs/layui/lay/all.js

16 lines
351 B
JavaScript
Raw Permalink Normal View History

2022-02-19 20:37:32 +08:00
/**
@Name用于打包PC完整版即包含layui.js和所有模块的完整合并该文件不会存在于构建后的目录
@Author贤心
@LicenseLGPL
*/
layui.define(function(exports){
var cache = layui.cache;
layui.config({
dir: cache.dir.replace(/lay\/dest\/$/, '')
});
exports('layui.all', layui.v);
});