fix: 修复 RouteMeta 字段不完整的问题

This commit is contained in:
pany
2022-08-23 18:09:13 +08:00
parent a9f8e6ccc2
commit f1c8a14b98
5 changed files with 46 additions and 36 deletions

View File

@@ -4,15 +4,6 @@ declare module "*.vue" {
export default component
}
declare module "*.gif" {
export const gif: any
}
declare module "*.svg" {
const content: any
export default content
}
declare module "*.scss" {
const scss: Record<string, string>
export default scss