Добавил импорт модулей по запросу из ElemenUI

This commit is contained in:
Book Pauk
2019-01-03 20:31:44 +07:00
parent 9752e2c3cf
commit 02f34e1c26
5 changed files with 200 additions and 7 deletions

View File

@@ -3,15 +3,10 @@ import App from './components/App.vue';
import router from './router';
import store from './store';
import ElementUI from 'element-ui';
import './theme/index.css';
import locale from 'element-ui/lib/locale/lang/ru-RU';
import './element';
//Vue.config.productionTip = false;
Vue.use(ElementUI, { locale });
new Vue({
router,
store,