layui/examples/extends/test/test1.js

10 lines
112 B
JavaScript

/**
* test1
*/
layui.define(function(exports){
exports('test1', {
title: 'test1 扩展模块'
})
});