Commit 5e3c12c1 by zhangxingmin

push

parent 2ad02480
...@@ -10,14 +10,14 @@ const app = new Vue({ ...@@ -10,14 +10,14 @@ const app = new Vue({
app.$mount() app.$mount()
// #endif // #endif
// // #ifdef VUE3 // #ifdef VUE3
// import { createSSRApp } from 'vue' import { createSSRApp } from 'vue'
// export function createApp() { export function createApp() {
// const app = createSSRApp(App) const app = createSSRApp(App)
// return { return {
// app app
// } }
// } }
// #endif // #endif
//#ifdef H5 //#ifdef H5
......
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