mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 11:26:47 +08:00
10 lines
189 B
JavaScript
10 lines
189 B
JavaScript
export default {
|
|
props: {
|
|
// 用于滚动到指定item
|
|
anchor: {
|
|
type: [String, Number],
|
|
default: uni.$u.props.listItem.anchor
|
|
}
|
|
}
|
|
}
|