component_ryl 1.0.55 → 1.0.58

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -325,6 +325,8 @@
325
325
  #1.0.47: 自定义tab选择(用于特定筛选查询)
326
326
  #1.0.52: 指令优化 新增
327
327
  #1.0.55: 修改主题色
328
+ #.
329
+ #1.0.58: 测试修改主题色
328
330
  ```
329
331
 
330
332
  For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component_ryl",
3
- "version": "1.0.55",
3
+ "version": "1.0.58",
4
4
  "private": false,
5
5
  "description": "自定义通用组件",
6
6
  "author": "renyuliang <785788909@qq.com>",