**JAreaLinkage省市县联动组件** [TOC] ## 参数定义 | 参数名 | 类型 | 默认值 | 必填 | 说明 | |----------------|--------|----------|------|-----------------------------------| | value(v-modal) | String | | 是 | 绑定值 | | showArea| bool| true | | 显示区县 | | showAll| bool|false | | 显示全部 | ## 效果展示 ![](https://img.kancloud.cn/ac/9f/ac9fce4fdc3ecf41e6a349ece5869419_736x218.png) ## 使用示例 ``` js const schemas: FormSchema[] = [ { field: 'jal', component: 'JAreaLinkage', label: '省市区选择', helpMessage: ['component模式'] } ] ```