@smallwei/avue 3.5.5 → 3.6.0
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 +10 -8
- package/lib/avue.js +6667 -6547
- package/lib/avue.min.js +7 -7
- package/lib/index.css +1 -1
- package/package.json +5 -4
package/README.md
CHANGED
@@ -1,17 +1,19 @@
|
|
1
1
|
<p align="center"><a href="https://avuejs.com" target="_blank" rel="noopener noreferrer"><img width="100" src="https://avuejs.com/images/logo-bg.jpg" alt="Avue logo"></a></p>
|
2
2
|
|
3
3
|
## 介绍
|
4
|
-
|
4
|
+
|
5
|
+
Avue.js 是基于现有的 element-plus 库进行的二次封装,从而简化一些繁琐的操作,核心理念为数据驱动视图,主要的组件库针对 table 表格和 form 表单场景,同时衍生出更多企业常用的组件,达到高复用,容易维护和扩展的框架,同时内置了丰富了数据展示组件,让开发变得更加容易.
|
5
6
|
|
6
7
|
### 浏览器兼容性
|
7
|
-
|
8
|
-
|
8
|
+
|
9
|
+
支持所有符合 ES5 标准的浏览器(不支持 IE8 及以下版本).
|
10
|
+
|
9
11
|
## 文件
|
10
12
|
|
11
|
-
| 文件名
|
12
|
-
|
13
|
-
| avue.min.js |
|
14
|
-
| avue.js |
|
13
|
+
| 文件名 | 用途 |
|
14
|
+
| ----------- | -------- |
|
15
|
+
| avue.min.js | 生产环境 |
|
16
|
+
| avue.js | 开发环境 |
|
15
17
|
|
16
18
|
## 文档
|
17
19
|
|
@@ -19,7 +21,7 @@
|
|
19
21
|
|
20
22
|
## 问答
|
21
23
|
|
22
|
-
有关问题和支持,请使用[issues](https://gitee.com/smallweigit/avue/issues)或加入QQ群606410437.
|
24
|
+
有关问题和支持,请使用[issues](https://gitee.com/smallweigit/avue/issues)或加入 QQ 群 606410437.
|
23
25
|
|
24
26
|
## issues
|
25
27
|
|