mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 15:51:52 +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
|
|
}
|
|
}
|
|
}
|