项目调整
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<template #tab>
|
||||
<a-dropdown :trigger="index === 0 ? [] : ['contextmenu']">
|
||||
<div>
|
||||
{{ item?.meta?.title }}
|
||||
{{ item?.title }}
|
||||
<ReloadOutlined
|
||||
@click="reload"
|
||||
v-if="
|
||||
@@ -94,6 +94,8 @@
|
||||
const loadingClass = ref('reload');
|
||||
const keepAliveStore = useKeepAlive();
|
||||
const getTabsState = computed(() => tagsStore.getTags);
|
||||
console.log(getTabsState);
|
||||
|
||||
const reload = () => {
|
||||
setReloadChange();
|
||||
loadingClass.value = 'iconLoading';
|
||||
|
Reference in New Issue
Block a user