mirror of
https://gitee.com/layui/layui.git
synced 2025-04-22 21:00:48 +08:00
12 lines
163 B
JavaScript
12 lines
163 B
JavaScript
/**
|
||
|
||
@Name:用于打包移动完整版
|
||
@Author:贤心
|
||
@License:LGPL
|
||
|
||
*/
|
||
|
||
layui.define(function(exports){
|
||
exports('layui.mobile', layui.v);
|
||
});
|