component_ryl 1.0.15 → 1.0.16
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 +2 -1
- package/dist/build.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
# :visible="isShow" 弹窗名称
|
|
123
123
|
# title="测试看看1"
|
|
124
124
|
# :width="500"
|
|
125
|
-
# :btnCount="1"
|
|
125
|
+
# :btnCount="1" btnCount值: 2(两个按钮 -- 默认) 1 (1个按钮) 0 (无按钮)
|
|
126
126
|
# :confirmText="'自定义确定按钮的名称'"
|
|
127
127
|
# :cancelText="'自定义取消按钮的名称'"
|
|
128
128
|
# @cancel="取消按钮的事件"
|
|
@@ -188,6 +188,7 @@
|
|
|
188
188
|
#1.0.13: 菜单栏,添加红点提示
|
|
189
189
|
#1.0.14: dialog 弹窗 右上角 添加关闭 xx
|
|
190
190
|
#1.0.15: dialog 弹窗 btnCount 2(两个按钮 -- 默认) 1 (1个按钮) 0 (无按钮)
|
|
191
|
+
#1.0.16: 底部版权信息 识别标签
|
|
191
192
|
```
|
|
192
193
|
|
|
193
194
|
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|