Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0ae49 commit 6d643feCopy full SHA for 6d643fe
src/layouts/components/tab/DropTabs.vue
@@ -9,6 +9,7 @@ const { t } = useI18n()
9
function renderDropTabsLabel(option: any) {
10
return t(`route.${String(option.name)}`, option.meta.title)
11
}
12
+
13
function renderDropTabsIcon(option: any) {
14
return renderIcon(option.meta.icon)!()
15
@@ -26,6 +27,7 @@ function handleDropTabs(key: string, option: any) {
26
27
:render-icon="renderDropTabsIcon"
28
trigger="click"
29
size="small"
30
+ key-field="fullPath"
31
@select="handleDropTabs"
32
>
33
<CommonWrapper>
0 commit comments