This website works better with JavaScript.
Explore
Help
Register
Sign In
396316021
/
pet_uni
Watch
1
Star
0
Fork
You've already forked pet_uni
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32
Commits
1
Branch
0
Tags
8.0 MiB
Tree:
4ddad18f72
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4ddad18f72'
${ noResults }
pet_uni
/
uni_modules
/
uv-list
/
components
/
uv-list-item
/
props.js
9 lines
120 B
Raw
Normal View
History
Unescape
Escape
添加uni组件
1 year ago
export
default
{
props
:
{
// 用于滚动到指定item
anchor
:
{
type
:
[
String
,
Number
]
,
default
:
''
}
}
}