From 72ac240f2858cd74cb62b7647ca89d63bb71d247 Mon Sep 17 00:00:00 2001
From: 无木 <netfan@foxmail.com>
Date: 星期四, 01 七月 2021 23:54:10 +0800
Subject: [PATCH] feat: routers support `ignoreRoute` option

---
 types/vue-router.d.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/types/vue-router.d.ts b/types/vue-router.d.ts
index 525679c..2b32346 100644
--- a/types/vue-router.d.ts
+++ b/types/vue-router.d.ts
@@ -33,5 +33,6 @@
     // Never show in menu
     hideMenu?: boolean;
     isLink?: boolean;
+    ignoreRoute?: boolean;
   }
 }

--
Gitblit v1.8.0