component_ryl 1.0.53 → 1.0.54

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/.babelrc CHANGED
@@ -1,12 +1,3 @@
1
1
  {
2
- "presets": [["env", { "modules": false }], "stage-3"],
3
- // "plugins": [
4
- // [
5
- // "component",
6
- // {
7
- // "libraryName": "element-ui",
8
- // "styleLibraryName": "theme-chalk"
9
- // }
10
- // ]
11
- // ]
2
+ "presets": [["env", { "modules": false }], "stage-3"]
12
3
  }
package/README.md CHANGED
@@ -324,7 +324,7 @@
324
324
  #.
325
325
  #1.0.47: 自定义tab选择(用于特定筛选查询)
326
326
  #1.0.52: 指令优化 新增
327
- #1.0.53: 修改主题色
327
+ #1.0.54: 修改主题色
328
328
  ```
329
329
 
330
330
  For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).