1
0
mirror of https://gitee.com/layui/layui.git synced 2025-04-28 16:38:02 +08:00
layui/examples/js/index.js

8 lines
93 B
JavaScript
Raw Normal View History

2017-08-21 08:51:13 +08:00
layui.define(function(exports){
exports('index', {
title: '模块入口'
});
});