This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
layui
mirror of
https://github.com/layui/layui
Watch
1
Star
0
Fork
You've already forked layui
0
Code
Issues
Projects
Releases
Wiki
Activity
main
layui
/
examples
/
extends
/
test
/
test1.js
10 lines
112 B
JavaScript
Raw
Permalink
Blame
History
/**
* test1
*/
layui
.
define
(
function
(
exports
)
{
exports
(
'test1'
,
{
title
:
'test1 扩展模块'
}
)
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink