Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
9 years ago
Commit
c0b54186a6ea621900d3ce6b20cd5dae61edf9fd
1 parent
6cc83aef
add pagination component usage
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
apps/partial/views/action/index.hbs
apps/partial/views/action/index.hbs
View file @
c0b5418
...
...
@@ -80,7 +80,17 @@
</div>
<p
class=
"title"
>
9. 分页组件
</p>
<div
style=
"border: 1px solid #000; height: 40px; padding: 5px;"
>
<div
style=
"border: 1px solid #000; height: 200px; padding: 5px;"
>
<pre>
全局安装json-server
npm i -g json-server
启动
json-server --watch mock/address.json
</pre>
{{{
pagination
paginationOpts
}}}
</div>
...
...
Please
register
or
login
to post a comment