🚧 Feat : Implement Hightlight

This commit is contained in:
Freeze455
2021-08-17 01:58:04 +02:00
parent 0258e7c301
commit 835e72f2b9
3 changed files with 31 additions and 5 deletions

View File

@@ -14,8 +14,6 @@ const router = createRouter({
]
})
console.log(router.getRoutes())
createApp(App)
.use(router)
.mount('#app')