ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

Update vue-resource version in Bower dependencies #103

Closed oneslash closed 8 years ago

oneslash commented 8 years ago

Hi,

With current version in bower the request is not working, I get exception "response.body" not found.

I fixed release to the package.json requirements

ratiw commented 8 years ago

@sardorocket Thanks a lot. Didn't use bower a lot later, I forget to update it. Can you please also update vue to v.1.026 so that it sync up with package.json as well?

oneslash commented 8 years ago

@ratiw, done. Please take a look.

ratiw commented 8 years ago

@sardorocket Many thanks. :)

oneslash commented 8 years ago

@ratiw, thank you. can you also refresh in bower the package?

ratiw commented 8 years ago

@sardorocket Sorry, forget about that again. Will do that as soon as I can. :)

ratiw commented 8 years ago

@sardorocket Done.

oneslash commented 8 years ago

@ratiw thank you very much.