-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-rc.8
Environment
vue2.0
Reproduction link
https://www.antdv.com/components/cascader-cn/#API
Steps to reproduce
方法:loadData(selectedOptions){
const targetOption = selectedOptions [selectedOptions.length-1];
console.log(targetOption,'targetOption ==')
},
打印日志没有反应:console.log(targetOption,'targetOption ==')
What is expected?
怎么使用:load-data="loadData"
What is actually happening?
能实际运用