From 0124bb334e5d7ae1774c26d1925e0e94a6ba3b0d Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 02 一月 2025 11:00:05 +0800 Subject: [PATCH] 整理PlayBar.vue组件,提取 useInputEvent --- 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