backend-management-ui 1.7.9 → 1.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  一个基于 ElementUI 封装的 Vue2 后台管理组件库,简化后台开发中表格、表单、弹窗、按钮组、虚拟下拉框等高频组件的使用。
4
4
 
5
- 现有组件 ui-form、ui-table、ui-btns、ui-dialog、Status
5
+ 现有组件:ui-form、ui-table、ui-btns、ui-dialog、ui-virtual-select、status
6
6
 
7
7
  ## 特性
8
8
  - 基于ElementUI的二次封装,完全兼容ElementUI原有API与功能,无需额外适配
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-management-ui",
3
- "version": "1.7.9",
3
+ "version": "1.7.10",
4
4
  "description": "一个基于Vue+ElementUI封装的后台管理仓库,包含表格、表单、弹窗、按钮组、虚拟下拉框等常用组件",
5
5
  "author": {
6
6
  "name": "adolf3",