How to work with vue 2.7 #1380
Answered
by
posva
fyeeme
asked this question in
Help and Questions
-
as far as I know vue 2.7 no longer need @vue/composition-api, and new npm module import Vue from 'vue'
import App from './App.vue'
new Vue({
render: h => h(App),
}).$mount('#app') my question is pinia how to intergration with vue 2.7 |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Jul 2, 2022
Replies: 1 comment 4 replies
-
You don't need to change anything in pinia to make it work with 2.7 |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
fyeeme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't need to change anything in pinia to make it work with 2.7