We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a bug.
After click on edit button e.g. in userGroups table I get the following warning after update to Vue 3:
I tried to add emits: ['edit'], to @enso-ui/user-groups/src/bulma/pages/userGroups/Index.vue but it did not remove the warning.
emits: ['edit'],
@enso-ui/user-groups/src/bulma/pages/userGroups/Index.vue
No warning
Warning
The text was updated successfully, but these errors were encountered:
The warning is caused by vue3, which recommends documenting all events in the component that emits them.
Unfortunately, dynamic event names is not supported yet, but don't worry, you won't have any problems with it.
Meanwhile you can follow vuejs/rfcs#204
Sorry, something went wrong.
Thx - in that case I will close this.
No branches or pull requests
This is a bug.
Prerequisites
(enso is made of many specialized packages: https://github.com/laravel-enso)
Description
After click on edit button e.g. in userGroups table I get the following warning after update to Vue 3:
I tried to add
emits: ['edit'],
to@enso-ui/user-groups/src/bulma/pages/userGroups/Index.vue
but it did not remove the warning.Steps to Reproduce
Expected behavior
No warning
Actual behavior
Warning
The text was updated successfully, but these errors were encountered: