gerson
2025-02-09 a7ac2d87ee0f8ae2e7a507729660dedd01036402
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: {},