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

Component import does not work in Nuxt.js #13

Closed
kytta opened this issue Aug 23, 2019 · 1 comment
Closed

Component import does not work in Nuxt.js #13

kytta opened this issue Aug 23, 2019 · 1 comment
Assignees
Labels
bug Something isn't working as expected help wanted Extra attention is needed
Milestone

Comments

@kytta
Copy link
Owner

kytta commented Aug 23, 2019

Even though the output file clearly says export default Tinybox;, Nuxt keeps telling me stuff like export 'default' (imported as 'Tinybox') was not found in 'vue-tinybox'.

The component itself doesn't really work properly in an SSR-environment; gotta look into it.

@kytta kytta added the bug Something isn't working as expected label Aug 23, 2019
@kytta kytta added this to the 0.2.1 milestone Aug 23, 2019
@kytta kytta self-assigned this Aug 23, 2019
@kytta kytta changed the title Component import does not work in Vue.js Component import does not work in Nuxt.js Aug 23, 2019
@kytta kytta added the help wanted Extra attention is needed label Nov 10, 2019
@kytta kytta modified the milestones: 0.3.0, 1.0.0 Dec 31, 2019
@kytta
Copy link
Owner Author

kytta commented Dec 31, 2019

I think I have figured it out without even addressing it. I changed the way I import the component in Nuxt and it worked, so hurray. Testing is still required though

@kytta kytta closed this as completed in a402292 Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant