-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown custom element: <NotFound> #1124
Comments
😂 I'm sorry, I tried using yarn installation and now it is running fine , you can turn off the problem |
@zhangyuhan2016 I'm experiencing the same error. How did you solve it? I'm using |
@rafi You can open a separate issue with invalid reproduction repo to describe your context, or no one would help you. |
The fix for me was to move |
I had to stop and restart dev to get my component to show |
Bug report
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
at node_modules/@vuepress/core/lib/app/components/LayoutDistributor.vue
Version
vuepress: 1.0.0-alpha.30
Steps to reproduce
Hi,I created a new project and used the following directory structure:
-- docs
----guide
------README.md
--package.json
It doesn't work properly
I tried this solution vue-loader@latest, but it didn't work
Other relevant information
global & local
global : 1.0.0-alpha.27
local: 1.0.0-alpha.30
The text was updated successfully, but these errors were encountered: