What problem does this feature solve?
插槽renderTabBar可触发右击方法,但无法获取到a-tab-pane 的绑定参数执行有效方法 ; a-tab-pane 可绑定参数,但无法触发右击事件;
What does the proposed API look like?
<a-tab-pane key="1" tab="一号页签" @contextmenu.prevent="xxxx($event)">
或
<template #renderTabBar="{ record }">