2025年3月10日

router初始化

摘要: import { createRouter, createWebHistory } from 'vue-router' import type { RouteRecordRaw } from 'vue-router' const routes: Array<RouteRecordRaw> = [ { 阅读全文

posted @ 2025-03-10 15:57 ChoZ 阅读(14) 评论(0) 推荐(0)

导航