index.ts 194 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 import { createRouter, createWebHistory } from 'vue-router' const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), routes: [ ], }) export default router