feat(types): 添加路由元数据subTitle字段定义
This commit is contained in:
parent
32594d035c
commit
7fb3599feb
2
app/types/vue-router.d.ts
vendored
2
app/types/vue-router.d.ts
vendored
@ -4,6 +4,8 @@ declare module 'vue-router' {
|
||||
title?: string
|
||||
/** i18n key */
|
||||
i18n?: string
|
||||
/** sub title */
|
||||
subTitle?: string
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user