Skip to content
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

_vue2.default is undefined #53

Open
muisit opened this issue Nov 15, 2021 · 0 comments
Open

_vue2.default is undefined #53

muisit opened this issue Nov 15, 2021 · 0 comments

Comments

@muisit
Copy link

muisit commented Nov 15, 2021

I created a new vue3 CLI project

vue create new-project
vue add vuex
vue add router
vue add element

I select to import a different locale.

When I open the index page, I get this '_vue2.default is undefined' error. It seems to be inside Element, which uses a _interopRequireDefault function to discriminate between transpiled and native modules. However, the Vue 3 export apparently does not export a default (anymore).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant