You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: