fix subscription

This commit is contained in:
2023-09-20 23:06:39 +02:00
parent dabadaa1c9
commit 80fdc45174
2 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ watch(() => trackedItemStore.items.value, async itms => {
return { ...i, ...price };
});
})
}, { immediate: true })
</script>