📝(component): update
This commit is contained in:
@@ -35,7 +35,7 @@ import {
|
||||
shallowRef,
|
||||
computed,
|
||||
toRef,
|
||||
StyleValue
|
||||
StyleValue,
|
||||
} from "vue";
|
||||
import { onClickOutside, useEventListener, useThrottleFn } from "@vueuse/core";
|
||||
|
||||
|
||||
@@ -510,10 +510,7 @@ const radioProps = props.getRadioProps(props.data, props.index);
|
||||
@click="handleExpand"
|
||||
></lay-icon>
|
||||
|
||||
<lay-tooltip
|
||||
v-if="column.ellipsisTooltip"
|
||||
:isAutoShow="true"
|
||||
>
|
||||
<lay-tooltip v-if="column.ellipsisTooltip" :isAutoShow="true">
|
||||
<slot :name="column.customSlot" :data="data"></slot>
|
||||
<template #content>
|
||||
<slot :name="column.customSlot" :data="data"></slot>
|
||||
|
||||
Reference in New Issue
Block a user