fix(docs): immediately watch route

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-25 09:56:59 +02:00
committed by Braks
parent f1c38b28f7
commit 86eb6c0630

View File

@@ -21,7 +21,7 @@ watch(
document.body.className = ''
}
},
{ deep: true },
{ immediate: true, deep: true },
)
</script>