diff --git a/src/layout/background/BackgroundPage.tsx b/src/layout/background/BackgroundPage.tsx index edb4cb3..b5e63ce 100644 --- a/src/layout/background/BackgroundPage.tsx +++ b/src/layout/background/BackgroundPage.tsx @@ -21,6 +21,7 @@ export default defineComponent(() => { }, { immediate: true } ) + watch(() => layout.state.content[selected.value].background, console.log, { immediate: true }) const resource = useResource( computed(() => layout.state.content[selected.value].background), 'background' @@ -58,11 +59,13 @@ export default defineComponent(() => { )}