pridany cisty VUE projekt

This commit is contained in:
2026-08-01 06:19:46 +02:00
parent 8eaab76514
commit 1b71803407
21 changed files with 5420 additions and 0 deletions

View 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