You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Vue warn]: Failed to resolve component: blog-index
at <Index.html>
at <AsyncComponentWrapper>
at <Content>
at <Page key="/blog/" >
at <BaseTransition mode="out-in" onBeforeEnter=fn<onBeforeEnter> onBeforeLeave=fn<pending> ... >
at <Transition key=1 name="fade-slide-y" mode="out-in" ... >
at <Layout>
at <AsyncComponentWrapper>
at <Vuepress onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy > >
at <RouterView>
at <VuepressApp>
warn2 @ runtime-core.esm-bundler.js:6871
Bug report
I am trying Vuepress using
vuepress-vite
package (installed globally).It works well so far but I am hitting a wall now when I try to use a custom component (created under
.vuepress/components
) in a markdown file.Steps to reproduce
Run:
npm install && npm run docs:dev
Then browse to http://localhost:8080/blog/
In the console logs, I see:
Expected behavior
The
BlogIndex
component is loaded.Environment info
vuepress info
:In addition, the build Netlify tells another error:
Is it related?
Thanks for the help.
The text was updated successfully, but these errors were encountered: