From 05d894f6886bb45fbceff8c2eb705ade8ffe6323 Mon Sep 17 00:00:00 2001 From: yanghang Date: Tue, 1 Jul 2025 14:51:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=9D=E5=AF=B9=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 4666ee1c..53938589 100644 --- a/src/main.js +++ b/src/main.js @@ -1,6 +1,6 @@ import App from './App' import { createSSRApp } from 'vue' -import pinia from './store/index.js' +import pinia from '@/store/index.js' export function createApp() { const app = createSSRApp(App)