This website works better with JavaScript
Главная
Обзор
Помощь
Вход
lovecoding
/
W250511
Следить
10
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
8f1578cac4
Ветки
Метки
master
W250511
/
14.uniapp小程序
/
project1
/
unpackage
/
dist
/
dev
/
mp-weixin
/
wxcomponents
/
vant
/
dropdown-item
/
shared.d.ts
shared.d.ts
92 B
История
Исходник
1
2
3
4
5
export interface Option {
text: string;
value: string | number;
icon: string;
}