fix(docs): immediately watch route

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-25 10:31:39 +02:00
committed by Braks
parent f1c38b28f7
commit 86eb6c0630
@@ -21,7 +21,7 @@ watch(
document.body.className = '' document.body.className = ''
} }
}, },
{ deep: true }, { immediate: true, deep: true },
) )
</script> </script>