From 71a841929aa8a1451239fd3f0c3f3c060482e1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A0=E9=9D=99=E8=90=9D=E8=8E=89?= Date: Sat, 13 Aug 2022 23:39:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A1=A5=E5=85=85=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=20(#271)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/interface.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/interface.d.ts b/src/types/interface.d.ts index 8b8df18..7541cb9 100644 --- a/src/types/interface.d.ts +++ b/src/types/interface.d.ts @@ -1,4 +1,4 @@ -import { RouteRecordName } from 'vue-router'; +import { RouteRecordName, LocationQueryRaw } from 'vue-router'; import STYLE_CONFIG from '@/config/style'; export interface MenuRoute {