mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
fix
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "图标名称"
|
"description": "图标名称"
|
||||||
},
|
},
|
||||||
|
"vxe-icon/status": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "状态颜色"
|
||||||
|
},
|
||||||
"vxe-icon/roll": {
|
"vxe-icon/roll": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "旋转动画"
|
"description": "旋转动画"
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"vxe-icon": {
|
"vxe-icon": {
|
||||||
"attributes": [
|
"attributes": [
|
||||||
"name",
|
"name",
|
||||||
|
"status",
|
||||||
"roll"
|
"roll"
|
||||||
],
|
],
|
||||||
"description": "图标"
|
"description": "图标"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vxe-table",
|
"name": "vxe-table",
|
||||||
"version": "4.5.14-beta.2",
|
"version": "4.5.14-beta.3",
|
||||||
"description": "一个基于 vue 的 PC 端表单/表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、JSON 配置式...",
|
"description": "一个基于 vue 的 PC 端表单/表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、JSON 配置式...",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"update": "npm install --legacy-peer-deps",
|
"update": "npm install --legacy-peer-deps",
|
||||||
|
|||||||
Reference in New Issue
Block a user