From 14538ce399667e659419f393ea159efc91ff8dee Mon Sep 17 00:00:00 2001
From: 抓蛙师 <770492966@qq.com>
Date: 星期五, 08 九月 2023 18:35:17 +0800
Subject: [PATCH] 优化字典标签支持数组和多标签

---
 src/layout/components/InnerLink/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/layout/components/InnerLink/index.vue b/src/layout/components/InnerLink/index.vue
index 31050fd..fa2869c 100644
--- a/src/layout/components/InnerLink/index.vue
+++ b/src/layout/components/InnerLink/index.vue
@@ -15,4 +15,4 @@
     }
 });
 const height = ref(document.documentElement.clientHeight - 94.5 + "px");
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3