Skip to content

Commit

Permalink
adjust demo order
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Feb 9, 2018
1 parent 091e0ec commit 27fb932
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/veui/demo/cases/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ export default [
name: 'Form',
component: Form
},
{
path: '/icon',
name: 'Icon',
component: Icon
},
{
path: '/input',
name: 'Input',
Expand Down Expand Up @@ -213,10 +218,5 @@ export default [
path: '/uploader',
name: 'Uploader',
component: Uploader
},
{
path: '/icon',
name: 'Icon',
component: Icon
}
]

0 comments on commit 27fb932

Please sign in to comment.