-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error while using table component outside of the Enso ecosystem with Vue 3 #35
Comments
With the new version of Enso UI we gave up using globals like axios, font awesome, toastr, etc. |
Thank you, for the 'axios' problem I solved wrapping the vue-table component into another, as the EnsoTable.vue component does.
but now I have another problem:
Any example code to solve it? |
This is a bug | feature request.
Prerequisites
(enso is made of many specialized packages: https://github.com/laravel-enso)
Description
When I try to use table component outside of the Enso ecosystem, I have that error:
I don't know if that is a component bug or if I'm use it wrongly.
I'm using Vue 3, that is my code, as documentation suggest to do:
Any help? Thank you in advance.
The text was updated successfully, but these errors were encountered: