Начало перехода от Element-UI на Quasar

This commit is contained in:
Book Pauk
2020-01-09 21:07:59 +07:00
parent e89b6e3ea0
commit 452f4e69fd
5 changed files with 42 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import Vue from 'vue';
import router from './router';
import store from './store';
import './element';
import './quasar';
import App from './components/App.vue';
//Vue.config.productionTip = false;