自动格式化

This commit is contained in:
Theluyuan 2023-01-16 10:12:40 +08:00
parent 33ed9a6237
commit 7e881d3247

View File

@ -454,8 +454,9 @@ watch(
nextTick(() => { nextTick(() => {
getScrollWidth(); getScrollWidth();
}); });
},{ },
deep:true {
deep: true,
} }
); );