前端对接接口

This commit is contained in:
橙子
2021-10-13 17:44:42 +08:00
parent 86ab52df57
commit e76b75add2
11 changed files with 432 additions and 64 deletions

View File

@@ -3,12 +3,13 @@ import App from './App.vue'
import router from './router'
import vuetify from './plugins/vuetify'
import './plugins'
import './store/index'
import store from './store/index'
Vue.config.productionTip = false
new Vue({
router,
store,
vuetify,
render: function(h) { return h(App) }
}).$mount('#app')