component_ryl 1.0.50 → 1.0.51
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 +5 -2
- package/dist/build.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
# 2.弹出层 -- handDialog
|
|
126
126
|
|
|
127
127
|
<hand-dialog
|
|
128
|
-
:visible="isShow"
|
|
128
|
+
:visible="isShow"
|
|
129
129
|
title="测试看看1"
|
|
130
130
|
:width="500"
|
|
131
131
|
:btnCount="1" #btnCount值: 2(两个按钮 -- 默认) 1 (1个按钮) 0 (无按钮)
|
|
@@ -139,6 +139,9 @@
|
|
|
139
139
|
</div>
|
|
140
140
|
</hand-dialog>
|
|
141
141
|
|
|
142
|
+
# 这个方法一般用不到,处理特殊情况(如 点击确定按钮后,接口报错,不关闭弹窗时,可以调用这个方法,关掉 loading效果)
|
|
143
|
+
handElse()
|
|
144
|
+
|
|
142
145
|
# 3.分页 -- handPaging
|
|
143
146
|
|
|
144
147
|
<handPaging
|
|
@@ -320,7 +323,7 @@
|
|
|
320
323
|
#1.0.42: table调整
|
|
321
324
|
#.
|
|
322
325
|
#1.0.47: 自定义tab选择(用于特定筛选查询)
|
|
323
|
-
#1.0.
|
|
326
|
+
#1.0.51: 指令优化 新增
|
|
324
327
|
```
|
|
325
328
|
|
|
326
329
|
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|