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

va-select issue #3867

Closed
xbgmsharp opened this issue Sep 13, 2023 · 2 comments · Fixed by #3868
Closed

va-select issue #3867

xbgmsharp opened this issue Sep 13, 2023 · 2 comments · Fixed by #3868
Assignees
Labels
BUG Something isn't working

Comments

@xbgmsharp
Copy link

Vuestic-ui version: 1.8.0

Steps to reproduce
After upgrading to 1.8.0 all the va-select now generate a vue warning.

What is the expected behavior?
No warning.

What is the current behavior?

[Vue warn]: Extraneous non-emits event listeners (click) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option. 

Other information
Adding the following does not change anything.

const emit = defineEmits(['update:modelValue')
@xbgmsharp xbgmsharp added the BUG Something isn't working label Sep 13, 2023
@m0ksem
Copy link
Contributor

m0ksem commented Sep 13, 2023

It is an issue in our end.

@m0ksem m0ksem self-assigned this Sep 13, 2023
m0ksem added a commit to m0ksem/vuestic-ui that referenced this issue Sep 13, 2023
m0ksem added a commit that referenced this issue Sep 13, 2023
@Muntari29
Copy link

I too am experiencing the same problem.
I hope a revised version comes out soon
thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Development

Successfully merging a pull request may close this issue.

3 participants