init frontend
This commit is contained in:
parent
d8a8274898
commit
e4f5f7c27c
21 changed files with 5990 additions and 0 deletions
8
frontend/rabbi_gerzi/src/router/index.ts
Normal file
8
frontend/rabbi_gerzi/src/router/index.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(import.meta.env.BASE_URL),
|
||||
routes: [],
|
||||
})
|
||||
|
||||
export default router
|
||||
Loading…
Add table
Add a link
Reference in a new issue