## 级联模式 ### cascader 默认配置 ``` cascader: { //是否显示级联模式 show: true, //间距 indent: 100, //是否严格遵守父子模式 strict: true, }, ``` :::demo ```html