component_ryl 1.0.29 → 1.0.32

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 CHANGED
@@ -165,8 +165,8 @@
165
165
  # <img v-lazy="{url: '图片地址',default:'默认地址'}" />
166
166
  # v-password -- 密码输入框 眼睛图标
167
167
  # 方法:
168
- # <el-input v-model="pwd" v-password /> 默认黑色
169
- # <el-input v-model="pwd" v-password="{ color: 'green' }" /> 设置图标颜色
168
+ # <el-input v-model="pwd" v-password />
169
+ # <el-input v-model="pwd" v-password="{ color: 'green' }" /> 这是老版,没效果了
170
170
  # v-number -- 只能输入数字 -- 可传入传参max,表示最大值
171
171
  # 方法:
172
172
  # <el-input v-model="pwd" v-number />
@@ -208,7 +208,7 @@
208
208
  # getContent() 获取值
209
209
 
210
210
  # 8.动态面包屑 handBreadCrumb
211
- # <BreadCrymb
211
+ # <handBreadCrumb
212
212
  # :home="{path: "/home", meta: { title: "首页" }}" // 默认首页信息
213
213
  # />
214
214
 
@@ -235,7 +235,9 @@
235
235
  #.
236
236
  #1.0.27: 新增富文本 tinymce
237
237
  #1.0.28: 菜单栏,添加红点提示,调试收起菜单栏时,提示异常bug
238
- #1.0.29: 菜单栏新增无穷级数,添加动态面包屑
238
+ #.
239
+ #1.0.31: 菜单栏新增无穷级数,添加动态面包屑
240
+ #1.0.32: 菜单栏行高调整为42
239
241
  ```
240
242
 
241
243
  For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).