add a dialog to fixed $Modal can not use temporarily

add a dialog to fixed $Modal can not use temporarily
This commit is contained in:
梁灏 2016-11-15 09:42:02 +08:00
parent eaaea36a03
commit c571d9ec2b
8 changed files with 489 additions and 127 deletions

View file

@ -4,8 +4,10 @@
import Vue from 'vue';
import VueRouter from 'vue-router';
import App from './app.vue';
import iView from '../src/index';
Vue.use(VueRouter);
Vue.use(iView);
// 开启debug模式
Vue.config.debug = true;