feat: Add logout functionality, refine navigation routes, and enhance responsive UI for character and asset views.

This commit is contained in:
xds
2026-02-04 15:04:05 +03:00
parent 4486235358
commit bde66219e6
3 changed files with 34 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
import { createRouter, createWebHistory } from 'vue-router'
import DashboardView from '../views/DashboardView.vue'
import LoginView from '../views/LoginView.vue'
const router = createRouter({