collapse icon indicating copy to clipboard operation
collapse copied to clipboard

Fix #10

Open MBach opened this issue 7 years ago • 2 comments

As suggested by @OgaBoss

MBach avatar Aug 22 '17 12:08 MBach

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

albertoantunes avatar Aug 28 '17 21:08 albertoantunes

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

MBach avatar Aug 28 '17 23:08 MBach