Skip to content

Commit

Permalink
fix repo tabs i18n import (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendi authored Jan 6, 2025
1 parent 351d55a commit 6500412
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/shared/RepoTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@
import useFetchApi from '../../packs/useFetchApi'
import { ref, computed, onMounted } from 'vue'
import { ElMessage } from 'element-plus'
import { useI18n } from 'vue-i18n'
const { t } = useI18n()
const props = defineProps({
repoDetail: Object,
Expand Down

0 comments on commit 6500412

Please sign in to comment.