add capture prop
This commit is contained in:
parent
6b827bb4be
commit
d29a51230e
6 changed files with 51 additions and 88 deletions
|
@ -11,7 +11,8 @@ import locale from '../src/locale/lang/zh-CN';
|
|||
|
||||
Vue.use(VueRouter);
|
||||
Vue.use(iView, {
|
||||
locale
|
||||
locale,
|
||||
capture: true
|
||||
});
|
||||
|
||||
// 开启debug模式
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue