vue-router菜鳥進階!(路由組件傳參 vs H5 History模式)

路由組件傳參 以前咱們在組件中使用 $route 會使之與其對應路由造成高度耦合,從而使組件只能在某些特定的url上使用,限制了其靈活性。html const User= { template: '<div>User {{ $route.params.id }}</div>' } const router = new VueRouter({ routes: [ {
相關文章
相關標籤/搜索