fix animation and router type

This commit is contained in:
LiuHao
2023-04-02 21:40:03 +08:00
parent 0408b67d6d
commit 457b443404
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ declare module 'vue-router' {
parentPath?: string;
meta?: {
title: string;
icon?: string;
icon: string;
};
} & RouteRecordRaw;