x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.66k stars 1.06k forks source link

单独安装table 提示index.ts:133 [vxe table v4.7.91] 缺少 "vxe-tooltip" 组件,请检查是否正确安装。 #2608

Closed jeffhuien closed 1 week ago

jeffhuien commented 1 month ago

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

1

问题描述与截图:

image

期望的结果:

No response

操作系统:

win11

浏览器版本:

1

vue 版本:

3.5

vxe-pc-ui 版本:

没有安装

vxe-table 版本:

4.7.91

是否使用当前最新版本?

xlz26296 commented 1 month ago

4.7+ 的纯表格是不带任何 UI 组件的,就仅仅只是表格

jeffhuien commented 1 month ago

4.7+ 的纯表格是不带任何 UI 组件的,就仅仅只是表格

按照官网教程按需引入vxeUI , table ,打包后js文件1200kb , css文件 900kb 是正常的吗? 体积感觉不太正常

FugitiveLc commented 3 weeks ago

属性改一下就行了 show-overflow="title" show-header-overflow="title" show-footer-overflow="title"

junjie-lean commented 3 weeks ago

3.9.20版本也有问题