first commit

This commit is contained in:
2020-05-29 11:13:55 +08:00
commit 53596b2be1
7 changed files with 250 additions and 0 deletions

11
main.js Normal file
View File

@@ -0,0 +1,11 @@
import Vue from 'vue'
import App from './App'
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()