原本antd是这样写的,放到在render中应该怎么写呢
<a-list item-layout="horizontal" :data-source="data">
<a-list-item slot="renderItem" slot-scope="item, index">
<a slot="title" href="https://www.antdv.com/">{{ item.title }}</a>
</a-list-item-meta>
</a-list-item>
</a-list>