vue router child 循环按钮传值
step1: F:\gftproject\vuetify\router\twelve\my-app\src\router\index.js
{
path: '/manparty',
name: 'ManParty',
component: ManParty,
children: [
{
path: 'style',
component: partyStyle
},
{
path: 'edu',
component: eduRule,
},
{
path: 'case',
component: caseReport
}
]
}
step2: F:\gftproject\vuetify\router\twelve\my-app\src\components\partyManager\ManParty.vue
<template>
<v-app>
<v-main>
<v-layout class="px-4 pb-3">
<v-flex xs2>
<div