backend-management-ui 1.7.1 → 1.7.2
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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
## 特性
|
|
8
8
|
- 基于ElementUI的二次封装,完全兼容ElementUI原有API与功能,无需额外适配
|
|
9
9
|
- 极简配置化开发:表格 / 表单 / 按钮组等组件通过 JSON 配置快速生成,无需重复写模板
|
|
10
|
-
-
|
|
11
|
-
- 轻量无冗余:仅依赖 Vue2 + ElementUI + vue-virtual-scroll-list,无第三方冗余依赖,兼容低版本
|
|
12
|
-
- 基于 ElSelect
|
|
10
|
+
- 高频业务场景全覆盖:内置配置化表格、表单、按钮组、虚拟滚动下拉框等核心组件
|
|
11
|
+
- 轻量无冗余:仅依赖 Vue2 + ElementUI + vue-virtual-scroll-list,无第三方冗余依赖,兼容低版本Node环境
|
|
12
|
+
- 基于 ElSelect + vue-virtual-scroll-list 实现海量数据下拉选择,解决大数据渲染卡顿问题
|
|
13
13
|
|
|
14
14
|
## 安装
|
|
15
15
|
npm 安装
|