Vue路由跳轉問題記錄 最近項目上需要用Vue用來做app,在Vue中使用路由時遇到下面的問題。 路由設置如下: { path:'/tab', component:Tab, children:[{ ...