This commit is contained in:
xingyu4j
2022-11-23 11:18:03 +08:00
parent 8333e9c3da
commit 266a132565
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import XEUtils from 'xe-utils'
import './renderer'
import { i18n } from '@/plugins/vueI18n'
import zhCN from 'vxe-table/es/locale/lang/zh-CN'
import enUS from 'vxe-table/lib/locale/lang/en-US'
import enUS from 'vxe-table/es/locale/lang/en-US'
import {
// 全局对象
VXETable,

View File

@ -87,8 +87,8 @@
</template>
<script setup lang="ts">
import { ref, reactive, watch, Ref, UnwrapNestedRefs } from 'vue'
import 'vue-cropper/dist/index.css'
import VueCropper from 'vue-cropper/lib/vue-cropper.vue'
import 'vue-cropper/dist/index.css'
import { ElRow, ElCol, ElUpload, ElMessage, ElDialog } from 'element-plus'
import { propTypes } from '@/utils/propTypes'
import { uploadAvatarApi } from '@/api/system/user/profile'