@antmjs/vantui
Version:
一套适用于Taro3及React的vantui组件库
49 lines (48 loc) • 660 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.items = void 0;
/* eslint-disable */
var items = [{
text: '浙江',
children: [{
text: '杭州',
id: 1
}, {
text: '温州',
id: 2
}, {
text: '宁波',
id: 3,
disabled: true
}, {
text: '义乌',
id: 4
}]
}, {
text: '江苏',
children: [{
text: '南京',
id: 5
}, {
text: '无锡',
id: 6
}, {
text: '徐州',
id: 7
}, {
text: '苏州',
id: 8
}]
}, {
text: '福建',
children: [{
text: '泉州',
id: 9
}, {
text: '厦门',
id: 10
}]
}];
exports.items = items;