♻️ 主题判断上移

This commit is contained in:
BTMuli
2023-12-28 16:03:01 +08:00
parent e6a5a07119
commit 2dcf1c8d16
8 changed files with 11 additions and 42 deletions

View File

@@ -88,7 +88,7 @@ watch(
() => props.data,
() => {
if (props.data) {
console.log(JSON.stringify(props.data.desc));
console.log(JSON.stringify(props.data));
}
},
);