fix:修复bug
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
import { computed } from 'vue'
|
||||
import { useI18n } from '@/utils/i18n.js'
|
||||
|
||||
const { t: $t } = useI18n()
|
||||
const { t } = useI18n()
|
||||
|
||||
const props = defineProps({
|
||||
show: { type: Boolean, default: false },
|
||||
|
||||
Reference in New Issue
Block a user