fix: i18n导入路径
This commit is contained in:
@ -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<{
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @Author: zhaojinfeng 121016171@qq.com
|
||||
* @Date: 2023-08-14 11:07:15
|
||||
* @LastEditors: zhaojinfeng 121016171@qq.com
|
||||
* @LastEditTime: 2023-08-18 16:35:25
|
||||
* @LastEditTime: 2023-08-22 12:56:59
|
||||
* @FilePath: \vue3\packages\select-transfer-modal\index.vue
|
||||
* @Description:
|
||||
*
|
||||
@ -82,7 +82,7 @@
|
||||
|
||||
<script lang="ts" setup name="ThSelectTransferModal">
|
||||
import type { FormInstance, TransferDataItem, TransferKey, TransferPropsAlias } from 'element-plus'
|
||||
import locale from 'element-plus/lib/locale/lang/zh-cn'
|
||||
import locale from 'element-plus/es/locale/lang/zh-cn'
|
||||
|
||||
const properties = withDefaults(
|
||||
defineProps<{
|
||||
|
Reference in New Issue
Block a user