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

Fix #10 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix #10 #11

wants to merge 1 commit into from

Conversation

MBach
Copy link

@MBach MBach commented Aug 22, 2017

As suggested by @OgaBoss

@albertoantunes
Copy link

@MBach, @OgaBoss solution didn't work as-is in my case. I needed to just add the .vue extension at the end and then it worked!

import Collapse from './Collapse.vue'
import Item from './Item.vue'

export {
Collapse,
Item
}

@MBach
Copy link
Author

MBach commented Aug 28, 2017

@albertoantunes I think you might have some issues with how you load vue files. Usually, you don't need to put any extension: .vue, .js!

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

Successfully merging this pull request may close these issues.

2 participants