自动格式化

This commit is contained in:
Theluyuan 2023-01-16 10:12:35 +08:00
parent 7f37117c39
commit 4155ca0e73

View File

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