fix:欢迎词

This commit is contained in:
PZ688 2025-03-01 01:13:09 +08:00
parent f42f8b0fb3
commit 4191e32691

View File

@ -49,9 +49,9 @@ const state = reactive({
// //
onMounted(() => { onMounted(() => {
if (!props.scrollable) { if (!props.scrollable) {
displayText.value = defaultText;
initAnimation(); initAnimation();
} }
displayText.value = defaultText;
}); });
// //