From b9f5b855a3b8890d7dbbab6985bf4f78315cfe49 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期日, 29 九月 2024 17:33:54 +0800
Subject: [PATCH] myiconfont

---
 src/layout/navBars/tagsView/contextmenu.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/layout/navBars/tagsView/contextmenu.vue b/src/layout/navBars/tagsView/contextmenu.vue
index 92a228d..ecd79ac 100644
--- a/src/layout/navBars/tagsView/contextmenu.vue
+++ b/src/layout/navBars/tagsView/contextmenu.vue
@@ -30,7 +30,7 @@
 </template>
 
 <script setup lang="ts" name="layoutTagsViewContextmenu">
-import { computed, reactive, onMounted, onUnmounted, watch } from 'vue';
+import { computed, onMounted, onUnmounted, reactive, watch } from 'vue';
 
 // 瀹氫箟鐖剁粍浠朵紶杩囨潵鐨勫��
 const props = defineProps({
@@ -60,7 +60,7 @@
 			contextMenuClickId: 4,
 			txt: 'message.tagsView.fullscreen',
 			affix: false,
-			icon: 'iconfont icon-fullscreen',
+			icon: 'myiconfont icon-fullscreen',
 		},
 	],
 	item: {},

--
Gitblit v1.9.3