-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
vuex 2.0.rc.4 not work with standalone build vue/dist/vue.js(but work well with vue.common.js version) #280
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
Comments
What's in your |
@fnlctrl , thanks for your reply. I have import the same version vue: "standalone build vuejs version" via
|
Did you use Vue.use(Vuex) in store.js? |
I am currently using standalone version of vue and vuex, and encountered no problems.. |
|
This may be same problem of #264. |
Oh I see.. I'm not using vue-loader currently. |
Hi, i have tested the counter example in this repo's next branch.
I found one bug : if I try to write root vue init code without a render option, vue always complain:
The code is here for app.js:
the code here is index.html:
Please fix it or give me workaround solution for it!
Thanks!
The text was updated successfully, but these errors were encountered: