变更
This commit is contained in:
@@ -71,9 +71,13 @@ const _sfc_main = defineComponent({
|
||||
}
|
||||
};
|
||||
const listenerAnimationend = () => {
|
||||
noticeBarTextRef.value.addEventListener("animationend", () => {
|
||||
changeAnimation();
|
||||
}, false);
|
||||
noticeBarTextRef.value.addEventListener(
|
||||
"animationend",
|
||||
() => {
|
||||
changeAnimation();
|
||||
},
|
||||
false
|
||||
);
|
||||
};
|
||||
const onRightIconClick = () => {
|
||||
if (!props.mode)
|
||||
|
||||
Reference in New Issue
Block a user