x-extends / vxe-pc-ui

Vxe UI 一个基于 vue 的 PC 端组件库
https://vxeui.com
MIT License
79 stars 13 forks source link

按需加载组件时,VxeUI.saveFile 函数缺失 #44

Open gee1k opened 2 weeks ago

gee1k commented 2 weeks ago

可复现的链接(包含复现链接与示例代码):

https://vxeui.com/#/grid/api

问题描述与截图:

通过查看源码,发现 VxeUI.saveFile 来自于 Upload 组件,如果按需导入组件时未导入 Upload 组件,此时 VxeUI.saveFile 为 undefined。则导出功能也无法使用,且无任何错误提示。

期望的结果:

No response

操作系统:

macOS 15.0

浏览器版本:

chrome 129

vue 版本:

3.5.12

vxe-pc-ui 版本:

4.2.23

vxe-table 版本:

4.7.86

是否使用当前最新版本?

xlz26296 commented 2 weeks ago

文档都有说明的,全局文件操作需要 Upload 组件的