dashboard
repositories
filestore
activity
search
login
main
/
moral_applet_allocation
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
定位优化
quanyawei
2024-01-11
da25434b85fc5b4321c429bf95e719d00ec395bb
[moral_applet_allocation.git]
/
uni_modules
/
uview-ui
/
components
/
u-list-item
/
props.js
1
2
3
4
5
6
7
8
9
export default {
props: {
// 用于滚动到指定item
anchor: {
type: [String, Number],
default: uni.$u.props.listItem.anchor
}
}
}