引入uView作为ui框架

This commit is contained in:
dengxin
2024-02-06 15:49:51 +08:00
parent 73c3a4abbf
commit 4d9c3ddf5f
372 changed files with 38505 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export default {
props: {
// 用于滚动到指定item
anchor: {
type: [String, Number],
default: uni.$u.props.listItem.anchor
}
}
}