20240517
This commit is contained in:
@@ -10,6 +10,10 @@ export default {
|
||||
type: String,
|
||||
default: uni.$u.props.noticeBar.direction
|
||||
},
|
||||
label: {
|
||||
type: String,
|
||||
|
||||
},
|
||||
// direction = row时,是否使用步进形式滚动
|
||||
step: {
|
||||
type: Boolean,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
:color="color"
|
||||
:bgColor="bgColor"
|
||||
:text="text"
|
||||
:label="label"
|
||||
:mode="mode"
|
||||
:step="step"
|
||||
:icon="icon"
|
||||
@@ -26,6 +27,7 @@
|
||||
:color="color"
|
||||
:bgColor="bgColor"
|
||||
:text="text"
|
||||
:label="label"
|
||||
:mode="mode"
|
||||
:fontSize="fontSize"
|
||||
:speed="speed"
|
||||
|
||||
Reference in New Issue
Block a user