mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
|
|
layui.define(['jquery', 'form'], function(exports){
|
|
console.log(layui.$)
|
|
|
|
exports('mod2', {
|
|
name: 'mod2'
|
|
})
|
|
}); |