Commit 8d8d5d9f by zhangxingmin

push

parent 09d8e83d
...@@ -10,13 +10,13 @@ app.$mount() ...@@ -10,13 +10,13 @@ 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