From 039f8933a966a2fefa98e02380751e562d3a612a Mon Sep 17 00:00:00 2001 From: xuliangzhan Date: Mon, 27 Nov 2023 08:33:36 +0800 Subject: [PATCH] fix --- helper/vetur/attributes.json | 4 ++++ helper/vetur/tags.json | 1 + package.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/helper/vetur/attributes.json b/helper/vetur/attributes.json index abb83b810..0547797fa 100644 --- a/helper/vetur/attributes.json +++ b/helper/vetur/attributes.json @@ -3,6 +3,10 @@ "type": "string", "description": "图标名称" }, + "vxe-icon/status": { + "type": "string", + "description": "状态颜色" + }, "vxe-icon/roll": { "type": "boolean", "description": "旋转动画" diff --git a/helper/vetur/tags.json b/helper/vetur/tags.json index b07f5887b..aeee0f86d 100644 --- a/helper/vetur/tags.json +++ b/helper/vetur/tags.json @@ -2,6 +2,7 @@ "vxe-icon": { "attributes": [ "name", + "status", "roll" ], "description": "图标" diff --git a/package.json b/package.json index 7868125f9..9ae17ccb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vxe-table", - "version": "4.5.14-beta.2", + "version": "4.5.14-beta.3", "description": "一个基于 vue 的 PC 端表单/表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、JSON 配置式...", "scripts": { "update": "npm install --legacy-peer-deps",