wujingjing
2025-01-02 0124bb334e5d7ae1774c26d1925e0e94a6ba3b0d
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: {},