What are the differences between useRoute of Vitepress rather than Vue? #1142
-
I'm curious why we import I'm running into an issue where the following Layout is not updating the
A reproduction repo can be seen here - https://github.com/CodyBontecou/blog/tree/layout |
Beta Was this translation helpful? Give feedback.
Answered by
brc-dd
Aug 9, 2022
Replies: 1 comment 2 replies
-
I don't think there is any |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
CodyBontecou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think there is any
useRoute
invue
. Regarding your issue, remove.value
from template, it should work fine.