Skip to content
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

Closed
westwick opened this issue Sep 23, 2016 · 3 comments
Closed

Latest vue release (1.0.27) breaks vue-tables? #107

westwick opened this issue Sep 23, 2016 · 3 comments

Comments

@westwick
Copy link

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.

  • Vue.js version: just upgraded from 1.0.26 to 1.0.27
  • consumed using: webpack
  • FULL error message (including stack trace): Uncaught TypeError: Cannot read property 'scope' of undefined (in vue.common.js line 4751)
@westwick
Copy link
Author

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/

@matfish2
Copy link
Owner

matfish2 commented Sep 24, 2016

As it turns out the $refs functionality was broken in the last update on a component coupled with v-if. The problem was caused by a v-ref on the pagination component. I've removed it and resorted to the less accurate and more prone to errors $children[0] instead, until the issue is resolved.

@tinchox5
Copy link

The same happened to me. I rolled back to 1.0.26

ivob-fut pushed a commit to futurumshop/vue-tables that referenced this issue Sep 27, 2016
@matfish2 matfish2 changed the title Latest vue release breaks vue-tables? Latest vue release (1.0.27) breaks vue-tables? Sep 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants