1
0
mirror of synced 2025-11-06 11:20:40 +08:00

修复 title-prefix HTML 类型无效问题

This commit is contained in:
xuliangzhan
2024-07-08 15:14:49 +08:00
parent 2092d4148f
commit 81bd00bb33
9 changed files with 22 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.7.45",
"version": "4.7.46",
"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": "^4.0.49"
"vxe-pc-ui": "^4.0.50"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",