|
@@ -21,7 +21,6 @@
|
|
|
</template>
|
|
|
<script setup>
|
|
|
import { ref, defineProps, computed } from 'vue'
|
|
|
-import { components } from '../../../../4dkankan_v3/src/lang/_zh'
|
|
|
import { useI18n, getLocale } from '@/i18n'
|
|
|
const { t } = useI18n({ useScope: 'global' })
|
|
|
const props = defineProps({
|