mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-02 19:54:58 +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
|
|
}
|
|
}
|
|
}
|