no message
Former-commit-id: 0b7b1cc03b0a9da81cb5943b83761c44ecc21b1d Former-commit-id: c48d9e5242f4463be2f816b47fd9d810ce2090d3 Former-commit-id: 375643e2538186e230c35e8074adc3b105d5f25a
This commit is contained in:
@@ -30,42 +30,12 @@ export default {
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
menus: [
|
||||
{
|
||||
path: '/demo/components/container/full',
|
||||
title: 'menu-a',
|
||||
icon: 'plus'
|
||||
},
|
||||
{
|
||||
path: '/b',
|
||||
title: 'menu-b',
|
||||
icon: 'plus',
|
||||
children: [
|
||||
{
|
||||
path: '/c-1',
|
||||
title: 'menu-a',
|
||||
icon: 'plus'
|
||||
},
|
||||
{
|
||||
path: '/c',
|
||||
title: 'menu-a',
|
||||
icon: 'plus',
|
||||
children: [
|
||||
{
|
||||
path: '/d',
|
||||
title: 'menu-a',
|
||||
icon: 'plus'
|
||||
},
|
||||
{
|
||||
path: '/demo/components/container/full',
|
||||
title: 'menu-a',
|
||||
icon: 'plus'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
menus: []
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
$route (val) {
|
||||
console.log(val)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user