mirror of
https://gitee.com/layui/layui.git
synced 2025-12-26 22:25:48 +08:00
修改 docs 示例中的静态模拟数据的路径
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<table class="layui-table" lay-data="{height:315, url:'{{d.root}}/static/json/table/user.json', page:true}" id="ID-table-demo-init">
|
||||
<table class="layui-table" lay-data="{height:315, url:'/static/2.8/json/table/user.json', page:true}" id="ID-table-demo-init">
|
||||
<thead>
|
||||
<tr>
|
||||
<th lay-data="{field:'id', width:80, sort: true}">ID</th>
|
||||
|
||||
Reference in New Issue
Block a user