fix(docs): immediately watch route
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ watch(
|
|||||||
document.body.className = ''
|
document.body.className = ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ deep: true },
|
{ immediate: true, deep: true },
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user