节流时间
This commit is contained in:
parent
13987a3163
commit
932d4625e7
@ -134,7 +134,7 @@ export default {
|
|||||||
// 手指松开后点击态保留时间,单位毫秒
|
// 手指松开后点击态保留时间,单位毫秒
|
||||||
hoverStayTime: {
|
hoverStayTime: {
|
||||||
type: [String, Number],
|
type: [String, Number],
|
||||||
default: uni.$u.props.button.hoverStayTime
|
default: 500
|
||||||
},
|
},
|
||||||
// 按钮文字,之所以通过props传入,是因为slot传入的话
|
// 按钮文字,之所以通过props传入,是因为slot传入的话
|
||||||
// nvue中无法控制文字的样式
|
// nvue中无法控制文字的样式
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user