From eeba250148bfef974f8523308c9d8196adec2208 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 08 二月 2023 16:57:20 +0800 Subject: [PATCH] # --- main.js | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/main.js b/main.js index 219e247..e7e19e2 100644 --- a/main.js +++ b/main.js @@ -1,9 +1,11 @@ import App from './App' -import { createSSRApp } from 'vue' +import { + createSSRApp +} from 'vue' // 涓嶈兘淇敼瀵煎嚭鐨� createApp 鏂规硶鍚嶏紝涓嶈兘淇敼浠� Vue 涓鍏ョ殑 createSSRApp銆� export function createApp() { - const app = createSSRApp(App) - return { - app - } -} \ No newline at end of file + const app = createSSRApp(App) + return { + app + } +} -- Gitblit v1.9.1