mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
changed naming to PascalCase
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { createRouter, createWebHistory } from "vue-router";
|
||||
|
||||
import homePage from "../pages/HomePage.vue";
|
||||
import HomePage from "../pages/HomePage.vue";
|
||||
export default createRouter({
|
||||
history: createWebHistory(),
|
||||
routes: [
|
||||
{ path: '/', component: homePage, name: 'home' }
|
||||
{ path: '/', component: HomePage, name: 'home' }
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user