How to configure options props in vue's element-ui cascade selector tree

I want to change the key value of the data in the official website example, label,value,children equivalent

Mar.28,2021

read the document carefully: modify it through the props property

<el-cascader
  :options="options2"
  @active-item-change="handleItemChange"
  :props="props"
></el-cascader>


props: {
          value: 'label',
          children: 'cities'
        }
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c4f2-e852.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c4f2-e852.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?