We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4af5c7 commit a7ca0f1Copy full SHA for a7ca0f1
packages/components/table/base-table.tsx
@@ -44,7 +44,7 @@ export default defineComponent({
44
onLeafColumnsChange: Function as PropType<BaseTableProps['onLeafColumnsChange']>,
45
thDraggable: Boolean,
46
},
47
- emits: ['show-element-change'],
+ emits: ['show-element-change', 'update:activeRowKeys'],
48
setup(props: BaseTableProps, context: SetupContext) {
49
const { lazyLoad } = toRefs(props);
50
const renderTNode = useTNodeJSX();
packages/tdesign-vue-next/.changelog/pr-6070.md
@@ -0,0 +1,6 @@
1
+---
2
+pr_number: 6070
3
+contributor: mikasayw
4
5
+
6
+- fix(Table): 修复控制台的告警问题 @mikasayw ([#6070](https://github.com/Tencent/tdesign-vue-next/pull/6070))
0 commit comments