1.文章选项卡风格切换无反应的问题

v1.0.0
sws 2024-09-25 16:59:45 +08:00
parent 6cd9bc6505
commit af5495596d
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ const carousel_height_computer = computed(() => {
return new_style.value.name_size * 2 + new_style.value.article_height + 'px';
});
watch(
props.value,
() => props.value,
(newVal, oldValue) => {
const new_content = newVal?.content;
const new_style = newVal?.style;