vue 路由三種寫法方式

常見(性能通常) import Index from "@/components/index" const router = new Router({ routes: [ { path: '/', name: 'Index' component: Index,
相關文章
相關標籤/搜索