-
Notifications
You must be signed in to change notification settings - Fork 76
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
Latest vue release (1.0.27) breaks vue-tables? #107
Comments
I forked your jsfiddle client-side demo and simpy replaced the vue version (to 1.0.27) and it did cause the table to break with the same error message I posted: https://jsfiddle.net/b4jg0cse/1/ |
As it turns out the |
The same happened to me. I rolled back to 1.0.26 |
It looks like something in the newest version of vue may have broke this package? When I downgrade back to 1.0.26 everything works fine, then when I upgrade to 1.0.27 it breaks, however removing the
<v-client-table>
component fixes it and allows my application to work again. Sorry I can't provide more detail, it still might be something in my own implementation of vue-tables but thought I would report it in case others have issues as well. Will update if I find any other information.The text was updated successfully, but these errors were encountered: