mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 15:15:07 +08:00
uni-app引入使用uView
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
export default {
|
||||
props: {
|
||||
// 用于滚动到指定item
|
||||
anchor: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.listItem.anchor
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user