fix: 调整项目结构,添加 src 目录

This commit is contained in:
Agent
2026-03-23 15:03:37 +00:00
parent 0b03f81b55
commit a39c9ee8f7
13 changed files with 0 additions and 0 deletions

11
src/main.js Normal file
View File

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