mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-11-01 13:05:53 +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