-
Notifications
You must be signed in to change notification settings - Fork 17
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
May the gopherjs-vue support vue2? #4
Comments
I was interested in finding what would be required to upgrade to Vue 2.0 too and thought I could have a go at it. First of all, replacing vue.inc.js with v2.x doesn't work, far too much has been changed and it seems the data binding is broken. I tried to follow the upgrade guide step by step as this isn't a JS project so you can't use the automated upgrade tool and every step has to be checked by hand. I followed this guide: https://vuejs.org/v2/guide/migration.html However, it seems actually a huge amount has changed, I got about half way down the page and eventually had to give up when I got to the Events section, which it then goes to say the events property is removed, however some things here are using it, so I am not sure how to fix that. Basically, I need help to do such a refactor, I don't know quite enough about this project to do such a large refactor. |
@awitherow I will have my 15 days vocation next week .But I do not have too much javascript dev experience at all . |
works now with VueJS 2.0+ (3684a4d), at least the example works 😄 But still have some API to translate, I'll try to finish it later |
Updated to 2.0+, hope you'll like it |
Vue2 has updated some of his APIs and Configures ,will this repo support Vue2?
The change log is here
The text was updated successfully, but these errors were encountered: