1
0
mirror of synced 2025-12-07 22:28:34 +08:00

fix 修复列顺序更新错误问题 #2406

This commit is contained in:
xuliangzhan
2024-06-06 19:04:40 +08:00
parent 34dfd9e9e3
commit 3977a9f005
5 changed files with 31 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.7.5",
"version": "4.7.6",
"description": "一个基于 vue 的 PC 端表格组件支持增删改查、虚拟树、列拖拽懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
"scripts": {
"update": "npm install --legacy-peer-deps",
@@ -28,7 +28,7 @@
"style": "lib/style.css",
"typings": "types/index.d.ts",
"dependencies": {
"vxe-pc-ui": "^1.9.13"
"vxe-pc-ui": "^1.9.15"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",