layui/examples/extends/test/test2.js

10 lines
112 B
JavaScript

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