From e2df374367216505589ce6ce13573b62a1b6a068 Mon Sep 17 00:00:00 2001 From: cc <94575594@qq.com> Date: Thu, 19 Mar 2026 15:33:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/HelloWorld.vue | 93 -------------------------- src/router/index.js | 2 +- src/{components => views}/HomePage.vue | 0 4 files changed, 2 insertions(+), 95 deletions(-) delete mode 100644 src/components/HelloWorld.vue rename src/{components => views}/HomePage.vue (100%) diff --git a/src/App.vue b/src/App.vue index 9265544..08f8b47 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 3a7b808..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - Get started - Edit src/App.vue and save to test HMR - - Count is {{ count }} - - - - - - - - - - Documentation - Your questions, answered - - - - - Explore Vite - - - - - - Learn more - - - - - - - - - Connect with us - Join the Vite community - - - - - - - GitHub - - - - - - - - Discord - - - - - - - - X.com - - - - - - - - Bluesky - - - - - - - - - diff --git a/src/router/index.js b/src/router/index.js index 9cd1a56..b581448 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,5 +1,5 @@ import { createRouter, createWebHistory } from 'vue-router' -import Home from '../App.vue' +import Home from '../views/HomePage.vue' import Pronunciation from '../views/Pronunciation.vue' const router = createRouter({ diff --git a/src/components/HomePage.vue b/src/views/HomePage.vue similarity index 100% rename from src/components/HomePage.vue rename to src/views/HomePage.vue
Edit src/App.vue and save to test HMR
src/App.vue
HMR
Your questions, answered
Join the Vite community
Connect with us
-Join the Vite community
---
-
-
- GitHub
-
-
- -
-
-
- Discord
-
-
- -
-
-
- X.com
-
-
- -
-
-
- Bluesky
-
-
-
-