vue-bulma / collapse

Collapse component for Vue Bulma
MIT License
23 stars 13 forks source link

Fix #10 #11

Open MBach opened 6 years ago

MBach commented 6 years ago

As suggested by @OgaBoss

albertoantunes commented 6 years ago

@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 commented 6 years ago

@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!