mirror of
https://gitee.com/layui/layui.git
synced 2025-06-28 13:34:27 +08:00
10 lines
112 B
JavaScript
10 lines
112 B
JavaScript
![]() |
/**
|
||
|
* test2
|
||
|
*/
|
||
|
|
||
|
layui.define(function(exports){
|
||
|
exports('test2', {
|
||
|
title: 'test2 扩展模块'
|
||
|
})
|
||
|
});
|