parent
fe54804b21
commit
be9d448ec9
|
@ -28,6 +28,8 @@ import classNames from '../../../_util/classNames';
|
||||||
import ResizeObserver from '../../../vc-resize-observer';
|
import ResizeObserver from '../../../vc-resize-observer';
|
||||||
import { toPx } from '../../../_util/util';
|
import { toPx } from '../../../_util/util';
|
||||||
import useRefs from '../../../_util/hooks/useRefs';
|
import useRefs from '../../../_util/hooks/useRefs';
|
||||||
|
import pick from 'lodash-es/pick';
|
||||||
|
|
||||||
const DEFAULT_SIZE = { width: 0, height: 0, left: 0, top: 0, right: 0 };
|
const DEFAULT_SIZE = { width: 0, height: 0, left: 0, top: 0, right: 0 };
|
||||||
const tabNavListProps = () => {
|
const tabNavListProps = () => {
|
||||||
return {
|
return {
|
||||||
|
@ -528,6 +530,7 @@ export default defineComponent({
|
||||||
</ResizeObserver>
|
</ResizeObserver>
|
||||||
<OperationNode
|
<OperationNode
|
||||||
{...props}
|
{...props}
|
||||||
|
v-slots={pick(slots, ['moreIcon'])}
|
||||||
ref={operationsRef}
|
ref={operationsRef}
|
||||||
prefixCls={pre}
|
prefixCls={pre}
|
||||||
tabs={hiddenTabs.value}
|
tabs={hiddenTabs.value}
|
||||||
|
|
Loading…
Reference in New Issue