add i18n
This commit is contained in:
+7
-2
@@ -1,3 +1,8 @@
|
||||
<template>
|
||||
TEST
|
||||
</template>
|
||||
{{ t('common.save') }}
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { useI18n } from 'vue-i18n'
|
||||
const { t } = useI18n()
|
||||
</script>
|
||||
Reference in New Issue
Block a user