elementUI icon indicating copy to clipboard operation
elementUI copied to clipboard

element-ui 2.9.2 Cascader expand-change 方法不被调用

Open hongweishang opened this issue 6 years ago • 0 comments

Cascader expand-change 方法不被调用

  <el-form-item label="地区" prop="zone">
    <el-cascader
      v-model="selected"
      :options="zone_list"
      :props="props"
      @expand-change="handleItemChange" />
  </el-form-item>

  props: {
    value: 'id',
    label: 'name',
    children: 'children',
    expandTrigger: 'hover'
  },

hongweishang avatar Jun 26 '19 16:06 hongweishang