vuejs / vuex

🗃️ Centralized State Management for Vue.js.
https://vuex.vuejs.org
MIT License
28.42k stars 9.58k forks source link

does vuex 2.x work with vue 1.x? #364

Closed beeplin closed 8 years ago

beeplin commented 8 years ago

(and how about vue-router 2.x with vue 1.x?)

I am really fond of the new vuex2 and vue-router2, but currently vue2 itself lacks 3rd-party plugin supports. can I just upgrade vuex and vue-router to 2.x and hold vue at 1.x?

LinusBorg commented 8 years ago

Vuex 1 and 2 both work with Vue 1 as well as 2.

Vue-router 2 only works witjh Vue 2, Vue-router 0.7 only works with Vue 1

beeplin commented 8 years ago

good news! 👍

mkdesignn commented 7 years ago

thx god