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

8 lines
100 B
JavaScript

layui.define(function(exports){
exports('test', {
title: '子目录模块加载'
})
});