基本国际化处理

This commit is contained in:
Gary Fu
2023-06-24 18:59:44 +08:00
parent 21945dc63c
commit fbe2af466e
11 changed files with 280 additions and 73 deletions

View File

@@ -1,8 +1,11 @@
<script setup>
</script>
<template>
<router-view />
<el-config-provider :locale="$currentLocale.localeData">
<router-view />
</el-config-provider>
</template>
<style scoped>