it-tools/zh-CN/src/pages/About.vue
麦哲伦 730a68b92a Added Chinese version
Added Chinese version
2024-02-04 17:12:45 +08:00

10 lines
218 B
Vue

<script setup lang="ts">
import { useHead } from '@vueuse/head';
useHead({ title: '关于 - IT-Tools' });
</script>
<template>
<c-markdown :markdown="$t('about.content')" mx-auto mt-50px max-w-600px />
</template>