1.文章选项卡风格切换无反应的问题
parent
6cd9bc6505
commit
af5495596d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue