1
0
mirror of https://gitee.com/layui/layui.git synced 2025-04-24 18:04:56 +08:00
layui/examples/js/index.js

8 lines
93 B
JavaScript

layui.define(function(exports){
exports('index', {
title: '模块入口'
});
});