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

'.vue' file extension does not automatically resolve for component imports. #59

Closed
victortolbert opened this issue Dec 11, 2016 · 3 comments
Assignees

Comments

@victortolbert
Copy link
Contributor

victortolbert commented Dec 11, 2016

For example,

import Widget from '~components/widget'

Works for...

./components/widget.js
./components/widget.json
./components/widget/index.js
./components/widget/index.json

But, not for...

./components/widget.vue 
./components/widget/index.vue
This feature request is available on Nuxt.js community (#c48)
@Atinux
Copy link
Member

Atinux commented Dec 12, 2016

Hi @victortolbert

It will be fixed in the next release.

Thank you for spotting it 👍

@Atinux Atinux self-assigned this Dec 12, 2016
@Atinux Atinux added this to the 1.0 milestone Dec 12, 2016
@Atinux
Copy link
Member

Atinux commented Dec 19, 2016

Fixed in 0.9.0 🔥

@Atinux Atinux closed this as completed Dec 19, 2016
@lock
Copy link

lock bot commented Nov 5, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 5, 2018
@danielroe danielroe added the 2.x label Jan 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants