vue-router 複用組件如何設計路由

由於項目的須要,有兩個界面長得幾乎是如出一轍的,所以決定採用路由組件傳參的方式使用同一個組件javascript 官方文檔路由組件傳參示例:vue const User = { template: '<div>User {{ $route.params.id }}</div>' } const router = new VueRouter({ routes: [ { path: '
相關文章
相關標籤/搜索