elementui级联选择器-中国省市区选择

于嘉誉
2023-12-01

级联选择器

<div class="block">
        <span class="demonstration">单选选择任意一级选项</span>
        <el-cascader
            :v-model="value"
            :options="data"
            :props="options"
            @change="show"
            clearable></el-cascader>
        </div>

相关配置

 value:[],
        loading : true,
        options:{children:'sub',value:'name',label:'name'},

数据我稍后会发布文件,因为直接粘贴会让浏览器卡死。

 类似资料: