fix: i18n导入路径

This commit is contained in:
2023-08-22 12:58:20 +08:00
parent f7f0ee4976
commit 7c481716c0
2 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@
<script lang="ts" setup name="ThSelectTableModal">
import type { FormInstance, TableColumnCtx, TableInstance } from 'element-plus'
import locale from 'element-plus/lib/locale/lang/zh-cn'
import locale from 'element-plus/es/locale/lang/zh-cn'
const props = withDefaults(
defineProps<{