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

dragged_row not declared in emits or props #113

Closed
bdelate opened this issue Jul 27, 2023 · 2 comments
Closed

dragged_row not declared in emits or props #113

bdelate opened this issue Jul 27, 2023 · 2 comments

Comments

@bdelate
Copy link

bdelate commented Jul 27, 2023

Hi,

When running the following example:
https://stackblitz.com/edit/quasarframework-ujyqyf?file=src%2FApp.vue

The console displays the following warning when dragging a row:
[Vue warn]: Component emitted event "dragged_row" but it is neither declared in the emits option nor as an "onDragged_row" prop.

I presume you need to define dragged_row as an emit within QGrid.vue?

@pratik227
Copy link
Owner

pratik227 commented Jul 27, 2023

Hi @bdelate,

My bad. think it's removed in some commits I don't remember where sorry!!. Just published the new version.

Thanks,
Pratik Patel

@bdelate
Copy link
Author

bdelate commented Jul 28, 2023

Great, thank you @pratik227

@bdelate bdelate closed this as completed Jul 28, 2023
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

2 participants