layui/examples/extends/test.js

10 lines
109 B
JavaScript

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