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

优化渲染函数相关参数、修复 readFile 文件格式大小写校验错误问题

This commit is contained in:
xuliangzhan
2023-03-12 23:33:57 +08:00
parent 5ebc8c116b
commit a34a749ba7
62 changed files with 227 additions and 126 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.3.11-beta.1",
"version": "4.3.11-beta.2",
"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.45",
"vue": "^3.2.47",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",