fix:修改组件数据更新逻辑

This commit is contained in:
lhj
2024-11-13 00:20:25 +08:00
parent d3e919ce7a
commit 8ea884a71e
2 changed files with 32 additions and 44 deletions

View File

@ -78,9 +78,9 @@ let list = ref([]);
let componentsList = [];
const store = useSchemeStore();
watch(store, (n) => {
console.log("store发生了变化", n);
});
// watch(store, (n) => {
// console.log("store发生了变化", n);
// });
const baseScheme = {
"type": "AdaptivePage",