Skip to content

Commit

Permalink
fix for i18n-extract
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos authored Jan 16, 2024
1 parent 839e1cb commit 9ef8981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TechList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ const format = {
value: (k: string, v: unknown) => value(k, v, router.currentRoute.value.name as string),
};
t('TID_CORP_TAB_MY_CORP'); // for vue-i18n-extract
withDefaults(defineProps<Props>(), {
levelMap: () => ({}),
levelMapAlt: () => ({}),
Expand Down

0 comments on commit 9ef8981

Please sign in to comment.