8 lines
110 B
Vue
8 lines
110 B
Vue
<template>
|
|
|
|
</template>
|
|
<script setup>
|
|
import { useI18n } from 'vue-i18n';
|
|
const { t } = useI18n();
|
|
|
|
</script> |