how to ignore custom block docs
in sfc?
#420
-
[Vue Router warn]: Unexpected error when starting the router: I got above error after adding custom block docs in sfc component PageTop.vue(it's a navigation bar which will be used in route page):
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
À boiled down repro would help 🙂 |
Beta Was this translation helpful? Give feedback.
-
https://github.com/rainmanhhh/vitesse-lite-debug forked from vitesse-lite, just add a |
Beta Was this translation helpful? Give feedback.
-
Thanks! The issue seems to be because the generated component by the vue vite plugin does this: The router fails then. My guess is that you need something to handle that custom block but this is not related to this plugin despite the error being reported by the router |
Beta Was this translation helpful? Give feedback.
Thanks! The issue seems to be because the generated component by the vue vite plugin does this:
The router fails then.
My guess is that you need something to handle that custom block but this is not related to this plugin despite the error being reported by the router