diff --git a/main.js b/main.js index 618e870..6421794 100644 --- a/main.js +++ b/main.js @@ -11,17 +11,19 @@ Vue.config.productionTip = false App.mpType = 'app' const app = new Vue({ store, - ...App + ...App }) app.$mount() // #endif // #ifdef VUE3 -import { createSSRApp } from 'vue' +import { + createSSRApp +} from 'vue' export function createApp() { - const app = createSSRApp(App) - return { - app - } + const app = createSSRApp(App) + return { + app + } } // #endif \ No newline at end of file