layui-js/examples/js/child/test.js

8 lines
100 B
JavaScript
Raw Permalink Normal View History

2017-08-21 08:51:13 +08:00
layui.define(function(exports){
exports('test', {
title: '子目录模块加载'
})
});