vue 默认展开详情页

 1 {
 2             path: '/Tree',
 3             component: Tree,
 4             children: [
 5                 {
 6                     path: '/',
 7                     component: Come
 8                 }
 9             ]
10         }

原文地址:https://www.cnblogs.com/xiaomili/p/6562096.html