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
I agree to follow the Code of Conduct
that this project adheres to.
I have searched the issue tracker for an issue that matches the one I want
to file, without success.
Description of the problem
(At least starting with a Vue template) If you try to import a named export from a component (where there's also the default export of the component per se), you always end up with undefined
How has this issue affected you? What are you trying to accomplish?
Cannot declare shared variables between components.
To Reproduce
In the provided sandbox, look at the console output. The variable "testExport" is imported in App.vue from components/HelloWorld.vue.
🐛 bug report
Preflight Checklist
Contributing Guidelines
for this project.
Code of Conduct
that this project adheres to.
to file, without success.
Description of the problem
(At least starting with a Vue template) If you try to import a named export from a component (where there's also the default export of the component per se), you always end up with
undefined
How has this issue affected you? What are you trying to accomplish?
Cannot declare shared variables between components.
To Reproduce
In the provided sandbox, look at the console output. The variable "testExport" is imported in
App.vue
fromcomponents/HelloWorld.vue
.Link to sandbox: Link to sandbox (optional)
Your Environment
The text was updated successfully, but these errors were encountered: