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
![]() |
/**
|
||
|
* test1
|
||
|
*/
|
||
|
|
||
|
layui.define(function(exports){
|
||
|
exports('test1', {
|
||
|
title: 'test1 扩展模块'
|
||
|
})
|
||
|
});
|