kendo-vue
kendo-vue copied to clipboard
Console warning when creating a table in the Editor
Describe the bug The following warning appears when using the InsertTable tool of the Native Editor:
[Vue warn]: Component emitted event "tableinsert" but it is neither declared in the emits option nor as an "onTableinsert" prop
NOTE: The warning won't appear when the project is built for production but, still this issue should be fixed
To Reproduce
- Open this StackBlitz example
- Insert a random table using the InsertTable tool
- Check the browser's console
Expected behavior No warnings should appear when using the InsertTable tool
Screenshots