feat: 增加 TypeScript 默认模板

This commit is contained in:
fxy060608
2019-01-04 18:13:10 +08:00
parent 17e4396c78
commit 5d6e63dca4
13 changed files with 329 additions and 144 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
...App
})
app.$mount()