Commit 76ed553b by zhangxingmin

push

parent f57ce7aa
import App from './App.vue'; import App from './App.vue';
// #ifndef VUE3 // // #ifndef VUE3
import Vue from 'vue' // import Vue from 'vue'
App.mpType = 'app' // App.mpType = 'app'
const app = new Vue({ // const app = new Vue({
...App // ...App
}) // })
app.$mount() // app.$mount()
// #endif // // #endif
// #ifdef VUE3 // #ifdef VUE3
import { createSSRApp } from 'vue' import { createSSRApp } from 'vue'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment