+
-
+
{{
transformI18n(props.item.meta.title, props.item.meta.i18n)
}}
diff --git a/src/layout/components/tag/index.vue b/src/layout/components/tag/index.vue
index 45687b3e6..fd9a2932d 100644
--- a/src/layout/components/tag/index.vue
+++ b/src/layout/components/tag/index.vue
@@ -429,6 +429,7 @@ function onClickDrop(key, item, selectRoute?: RouteConfigs) {
}
function handleCommand(command: object) {
+ // @ts-expect-error
const { key, item } = command;
onClickDrop(key, item);
}
@@ -663,7 +664,7 @@ const getContextMenuStyle = computed((): CSSProperties => {
{{ transformI18n(item.meta.title, item.meta.i18n) }}
-
-
+