component_ryl 1.0.46 → 1.0.47
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 +1 -2
- package/dist/build.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -199,7 +199,6 @@
|
|
|
199
199
|
# v-password -- 密码输入框 眼睛图标
|
|
200
200
|
# 方法:
|
|
201
201
|
# <el-input v-model="pwd" v-password />
|
|
202
|
-
# <el-input v-model="pwd" v-password="{ color: 'green' }" /> 这是老版,没效果了
|
|
203
202
|
# v-number -- 只能输入数字 -- 可传入传参max,表示最大值
|
|
204
203
|
# 方法:
|
|
205
204
|
# <el-input v-model="pwd" v-number />
|
|
@@ -294,7 +293,7 @@
|
|
|
294
293
|
#.
|
|
295
294
|
#1.0.42: table调整
|
|
296
295
|
#.
|
|
297
|
-
#1.0.
|
|
296
|
+
#1.0.47: 自定义tab选择(用于特定筛选查询)
|
|
298
297
|
```
|
|
299
298
|
|
|
300
299
|
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|