@newview/base-vue 1.1.5 → 1.1.6

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/package.json +1 -1
  2. package/readme.md +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/base-vue",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "author": "newview",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/readme.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 1.1.6
2
+ 1、样式调整
3
+
1
4
  ### 1.1.4
2
5
  1、删除对于.ivu-modal-body样式的重写类
3
6