table watch

This commit is contained in:
2023-01-16 10:01:19 +08:00
parent cbf10b35d8
commit 8f0cb42c5f
4 changed files with 7 additions and 1 deletions

View File

@@ -456,6 +456,8 @@ watch(
console.log("数据变化",scrollWidthCell.value)
getScrollWidth();
});
},{
deep:true
}
);