Version
1.7.7
Environment
MacOS、Chrome、Vue2
Reproduction link

Steps to reproduce
ADirectoryTree 组件使用 columns 时,无法通过该属性配置支持 slot-scope 的属性,如 scopedSlots: { title: 'XXX'}
<a-directory-tree ... :tree-data='[{ title: "Expand to load", key: "0", scopedSlots: { title: "title" } }]' />
What is expected?
ADirectoryTree 组件使用 columns 时,scopedSlots 起效
What is actually happening?
ADirectoryTree 组件使用 columns 时,scopedSlots 不起效