mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 16:30:29 +08:00
feat: scaffold elevator-front, alarm-front, front_acs Vue 2 projects
Former-commit-id: 083600ea51f3204ce90fccbf9b7c80e055d13f1c
This commit is contained in:
@@ -1,17 +1 @@
|
||||
import Vue from 'vue';
|
||||
import ElementUI from 'element-ui';
|
||||
import 'element-ui/lib/theme-chalk/index.css';
|
||||
import App from './App.vue';
|
||||
import router from './router';
|
||||
import store from './store';
|
||||
import axios from 'axios';
|
||||
|
||||
Vue.use(ElementUI);
|
||||
Vue.prototype.$http = axios;
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
new Vue({
|
||||
router,
|
||||
store,
|
||||
render: (h) => h(App),
|
||||
}).$mount('#app');
|
||||
import Vue from 'vue';import ElementUI from 'element-ui';import 'element-ui/lib/theme-chalk/index.css';import App from './App.vue';import router from './router';import store from './store';import axios from 'axios';Vue.use(ElementUI);Vue.prototype.$http=axios;Vue.config.productionTip=false;new Vue({router,store,render:h=>h(App)}).$mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user