Skip to content
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: <v-select> - did you register the component correctly? #714

Closed
ghost opened this issue May 29, 2020 · 6 comments
Closed

Comments

@ghost
Copy link

ghost commented May 29, 2020

Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

Should I register v-select component or it should work out of the box?

@hmqk1995
Copy link

hmqk1995 commented Jun 4, 2020

following. met the same problem

@xaksis
Copy link
Owner

xaksis commented Jun 5, 2020

@cassmbautista @TheJaredWilcurt. Please take a look.

@p0psicles
Copy link
Collaborator

p0psicles commented Jun 7, 2020

Maybe register the V-select component in the local component, instead of global?

Did you do anything special to use the component?

@Achaaab
Copy link

Achaaab commented Jun 25, 2020

I met this issue when using the filter option : filterMultiselectDropdownItems

[Vue warn]: Unknown custom element: <v-select> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> <VgtFilterRow>
       <VgtTableHeader>
         <VueGoodTable>
         ...

@underwear
Copy link

I look forward when they fix it :)

@TheJaredWilcurt
Copy link
Collaborator

@ghost @hmqk1995 @p0psicles @Achaaab @underwear

As of v2.21.0 Vue-Select is no longer a dependency of Vue-Good-Table.

If you were using this feature (filterMultiselectDropdownItems), there is a migration guide for how to add Vue-Select to your project and get the same functionality back by using a custom filter slot.

Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants