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
{{ message }}
This repository has been archived by the owner on Jun 3, 2018. It is now read-only.
Unknown custom element: <test> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <App>
<Root>
I am learning Vue, so I did rewrite this few times to try making it work. I tried lookin at all other "unknown custom element" issues here, but couldn't find any solution. I have "name" provided in children and I've put them in components object in parent SFC.
The text was updated successfully, but these errors were encountered:
Vue Version
2.5.13
Reproduction link
https://github.com/smutnyleszek/sicx
Steps to reproduce
npm install
npm start
What is expected?
Test custom element should be rendered.
What is actually happening?
An error:
I am learning Vue, so I did rewrite this few times to try making it work. I tried lookin at all other "unknown custom element" issues here, but couldn't find any solution. I have "name" provided in children and I've put them in
components
object in parent SFC.The text was updated successfully, but these errors were encountered: