This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
lzx
/
reservation-uniapp-250509
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Projects
0
Releases
0
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.
18
Commits
2
Branches
7.6 MiB
Tree:
09d9d6b026
master
v2
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '09d9d6b026'
${ noResults }
reservation-uniapp-250509
/
service-uniapp-technician
/
wxcomponents
/
vant
/
dropdown-item
/
shared.d.ts
5 lines
92 B
Raw
Normal View
History
初始化
8 months ago
export
interface
Option
{
text
:
string
;
value
:
string
|
number
;
icon
:
string
;
}