vuejs / vue

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
http://v2.vuejs.org
MIT License
207.66k stars 33.66k forks source link

Failed to resolve component #11994

Closed Guervyl closed 3 years ago

Guervyl commented 3 years ago

Version

3

Reproduction link

https://github.com/Guervyl/vuejs3-Failed-to-resolve-component

Steps to reproduce

Clone the repository, run the project and look at the JS console.

What is expected?

I expected to see the inner component.

What is actually happening?

Vue throw a warning "Failed to resolve component". And it does not show the inner component.

Guervyl commented 3 years ago

The problem is in the component ApiBinding line 8.

posva commented 3 years ago

Hi, thanks for your interest but Github issues are for bug reports and feature requests only. This is a question regarding vue-class-component usage for Vue 3. You can ask questions on the forum, the Discord server or StackOverflow.

Also, the repository for Vue 3 is at https://github.com/vuejs/vue-next