template
区域代码如下
<template>
<view>
<!-- <uni-data-select
v-model="value"
:localdata="range"
></uni-data-select> -->
<uni-list>
<!-- <uni-section title="所要提交的类型" type="line">
<uni-data-select v-model="value" :localdata="range" @change="change"></uni-data-select>
</uni-section> -->
<uni-section title="本地数据" type="line">
<uni-data-select
v-model="value"
:localdata="range"
@change="change"
></uni-data-select>
</uni-section>
</uni-list>
</view>
</template>
在HBuilderX 中通过H5显示正常,但在小程序开发者工具无法显示