mirror of
https://gitee.com/layui/layui.git
synced 2025-12-21 19:09:55 +08:00
把预览例子迁移到 examples 目录
This commit is contained in:
8
examples/js/index.js
Normal file
8
examples/js/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
layui.define(function(exports){
|
||||
|
||||
exports('index', {
|
||||
title: '模块入口'
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user