SeregPie / VueWordCloud

Generates a cloud out of the words.
https://seregpie.github.io/VueWordCloud/
MIT License
376 stars 59 forks source link

Multiple instances on same page #30

Closed WebDevRock closed 6 years ago

WebDevRock commented 6 years ago

Is this designed to have more than one instance on a page? I've tried this with 3 on a page all with different word arrays but all three render the last instance's data (although if you look on the vue devtool it shows each component has it's own unique data)

SeregPie commented 6 years ago

Oh. Thank you! It was a stupid mistake on my part. It is fixed now.