parent
fe7ee5b9a4
commit
8f47732b45
|
@ -58,7 +58,9 @@ export default defineComponent({
|
||||||
};
|
};
|
||||||
const getAttributeName = () => {
|
const getAttributeName = () => {
|
||||||
const { insertExtraNode } = props;
|
const { insertExtraNode } = props;
|
||||||
return insertExtraNode ? `${prefixCls.value}-click-animating` : `${prefixCls.value}-click-animating-without-extra-node`;
|
return insertExtraNode
|
||||||
|
? `${prefixCls.value}-click-animating`
|
||||||
|
: `${prefixCls.value}-click-animating-without-extra-node`;
|
||||||
};
|
};
|
||||||
const onClick = (node: HTMLElement, waveColor: string) => {
|
const onClick = (node: HTMLElement, waveColor: string) => {
|
||||||
const { insertExtraNode, disabled } = props;
|
const { insertExtraNode, disabled } = props;
|
||||||
|
|
Loading…
Reference in New Issue