feat(types): 添加路由元数据subTitle字段定义

This commit is contained in:
scout 2025-01-13 11:25:37 +08:00
parent 32594d035c
commit 7fb3599feb

View File

@ -4,6 +4,8 @@ declare module 'vue-router' {
title?: string
/** i18n key */
i18n?: string
/** sub title */
subTitle?: string
}
}