From 886308ee903d51a25a41af773de4202387a99463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Fri, 19 Sep 2025 02:32:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ts=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/main-app/src/app/main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front-end/main-app/src/app/main.ts b/front-end/main-app/src/app/main.ts index 95362a3..a64118a 100644 --- a/front-end/main-app/src/app/main.ts +++ b/front-end/main-app/src/app/main.ts @@ -1,8 +1,8 @@ // import './assets/main.css' import '@abraham/reflection' -import {createApp} from 'vue' -import {createPinia} from 'pinia' -import {App} from './App' +import { createApp } from 'vue' +import { createPinia } from 'pinia' +import { App } from './App' import router from './router'