Pinia Error in Vue 2 #1041
Unanswered
tiojevero
asked this question in
Help and Questions
Replies: 2 comments
-
Same than #675 ? (except the vue version). https://github.com/vuejs/pinia/blob/v2/packages/docs/cookbook/migration-v1-v2.md#webpack-4-support |
Beta Was this translation helpful? Give feedback.
0 replies
-
i have the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction
I got error
Can't import the named export from non EcmaScript module (only default export is available)
while using Pinia in Vue 2.Steps to reproduce the behavior
yarn add pinia @vue/composition-api
main.js
yarn serve
Expected behavior
The vue 2 app run without
Can't import the named export from non EcmaScript module (only default export is available)
error.Actual behavior
Additional information
Beta Was this translation helpful? Give feedback.
All reactions