This commit is contained in:
2020-06-11 17:54:15 +08:00
parent 0481322bdb
commit f5b61b7247
135 changed files with 38192 additions and 45 deletions

View File

@@ -1,6 +1,9 @@
import Vue from 'vue'
import App from './App'
import uView from "uview-ui";
Vue.use(uView);
Vue.config.productionTip = false
App.mpType = 'app'
@@ -8,4 +11,4 @@ App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
app.$mount()