1
0
mirror of synced 2025-12-11 00:28:09 +08:00

修复渲染逻辑

This commit is contained in:
xuliangzhan
2023-06-07 08:17:13 +08:00
parent af99cd5251
commit 26871e614a
10 changed files with 27 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.4.2-beta.1",
"version": "4.4.2-beta.2",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器等...",
"scripts": {
"update": "npm install --legacy-peer-deps",
@@ -65,7 +65,7 @@
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",
"xe-utils": "^3.5.10"
"xe-utils": "^3.5.11"
},
"peerDependencies": {
"vue": "^3.2.28",