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
-
-
-
-