From 6fe269efc7fb469aa536b123ef8be6da5085001d Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期一, 16 十月 2023 15:13:27 +0800 Subject: [PATCH] fix 修复 !pr47 导致的打包异常 --- src/components/RuoYiGit/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/RuoYiGit/index.vue b/src/components/RuoYiGit/index.vue index 3682250..82393eb 100644 --- a/src/components/RuoYiGit/index.vue +++ b/src/components/RuoYiGit/index.vue @@ -1,7 +1,7 @@ <template> - <div> - <svg-icon icon-class="github" @click="goto" /> - </div> + <div> + <svg-icon icon-class="github" @click="goto" /> + </div> </template> <script setup> -- Gitblit v1.9.3