UNPKG

@antmjs/vantui

Version:

一套适用于Taro3及React的vantui组件库

75 lines (74 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.options = void 0; /* eslint-disable */ var options = [{ value: '浙江', text: '浙江', children: [{ value: '杭州', text: '杭州', disabled: true, children: [{ value: '西湖区', text: '西湖区', disabled: true }, { value: '余杭区', text: '余杭区' }] }, { value: '温州', text: '温州', children: [{ value: '鹿城区', text: '鹿城区' }, { value: '瓯海区', text: '瓯海区' }] }] }, { value: '湖南', text: '湖南', disabled: true, children: [{ value: '长沙', text: '长沙', disabled: true, children: [{ value: '西湖区', text: '西湖区' }, { value: '余杭区', text: '余杭区' }] }, { value: '温州', text: '温州', children: [{ value: '鹿城区', text: '鹿城区' }, { value: '瓯海区', text: '瓯海区' }] }] }, { value: '福建', text: '福建', children: [{ value: '福州', text: '福州', children: [{ value: '鼓楼区', text: '鼓楼区' }, { value: '台江区', text: '台江区' }] }] }]; exports.options = options;