This commit is contained in:
Pan
2018-07-16 11:18:13 +08:00
parent f0a01f0fd1
commit 62e1c851c8
2 changed files with 6 additions and 2 deletions

View File

@@ -36,7 +36,8 @@ import { generateTitle } from '@/utils/i18n'
export default {
name: 'SidebarItem',
props: {
item: { // route配置json
// route object
item: {
type: Object,
required: true
},