This commit is contained in:
2025-08-29 14:31:10 +08:00
parent f09b20dec8
commit 69abc96b86

View File

@ -23,6 +23,7 @@
<script setup lang="ts">
import { useI18n } from 'vue-i18n'
import { bus } from '@/utils/bus'
const { t } = useI18n()