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
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?
The text was updated successfully, but these errors were encountered:
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 withinQGrid.vue
?The text was updated successfully, but these errors were encountered: