other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9ce6bcd9baca105aaf92ab45b94c98c95128be4c
Authored by
梁灏
2018-06-28 15:35:48 +0800
1 parent
5f12f09b
update
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
examples/main.js
Inline
Side-by-side
examples/main.js
Wrap text
Show/Hide comments
View file @
9ce6bcd
...
...
@@ -11,9 +11,7 @@ import locale from '../src/locale/lang/zh-CN';
11
11
12
12
Vue.use(VueRouter);
13
13
Vue.use(iView, {
14
- locale,
15
- transfer: true,
16
- size: 'small'
14
+ locale
17
15
});
18
16
19
17
// 开启debug模式
...
...