fix:欢迎词
This commit is contained in:
parent
f42f8b0fb3
commit
4191e32691
@ -49,9 +49,9 @@ const state = reactive({
|
|||||||
// 页面初始化
|
// 页面初始化
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
if (!props.scrollable) {
|
if (!props.scrollable) {
|
||||||
displayText.value = defaultText;
|
|
||||||
initAnimation();
|
initAnimation();
|
||||||
}
|
}
|
||||||
|
displayText.value = defaultText;
|
||||||
});
|
});
|
||||||
|
|
||||||
// 初始化动画
|
// 初始化动画
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user