const router = new VueRouter({ routes: [ { path: '/', redirect: '/login' } ... 使用 props ,避免和 $route 過度耦合,這樣就可以直接在組件中使用 ...
確定! 回上一頁