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

fix d.ts 类型、修复树形懒加载无法渲染问题

This commit is contained in:
xuliangzhan
2023-05-20 13:32:20 +08:00
parent 4301ab4f5a
commit 0ef78c6ee4
4 changed files with 28 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.4.0-beta.0",
"version": "4.4.0-beta.1",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器等...",
"scripts": {
"update": "npm install --legacy-peer-deps",
@@ -61,7 +61,7 @@
"sass": "^1.56.1",
"sass-loader": "^12.0.0",
"typescript": "~4.5.5",
"vue": "^3.2.47",
"vue": "^3.3.4",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",