feat: add 'maxNumOfOpenTab' to limit the maximum number of tabs with the same name

This commit is contained in:
vben
2024-07-20 11:14:32 +08:00
parent bcd5e49117
commit 480580f104
10 changed files with 92 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ export function useTabbar() {
toggleTabPin,
} = useTabs();
const currentActive = computed(() => {
return route.path;
return route.fullPath;
});
const { locale } = useI18n();