2022-01-09 19:22:55 +08:00

8 lines
134 B
Vue

<template></template>
<script lang="ts" setup>
import { useI18n } from 'vue-i18n'
const { t } = useI18n()
window['$t'] = t
</script>