component_ryl 1.0.31 → 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 +3 -2
- package/dist/build.js +2 -2
- package/package.json +1 -1
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 />
|
|
@@ -237,6 +237,7 @@
|
|
|
237
237
|
#1.0.28: 菜单栏,添加红点提示,调试收起菜单栏时,提示异常bug
|
|
238
238
|
#.
|
|
239
239
|
#1.0.31: 菜单栏新增无穷级数,添加动态面包屑
|
|
240
|
+
#1.0.32: 菜单栏行高调整为42
|
|
240
241
|
```
|
|
241
242
|
|
|
242
243
|
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|