Closed manumora closed 6 years ago
Hello. Can it be that there is a typo?
VueWordCloud
and not VueWordcloud
.
Because VueWordCloud
gets to <vue-word-cloud>
inside HTML and VueWordcloud
gets to <vue-wordcloud>
.
add style="position:absolute" to the vue-word-cloud component
for example:
<vue-word-cloud
style="position:absolute"
:words="[['romance', 19], ['horror', 3], ['fantasy', 7], ['adventure', 3]]"
:color="([, weight]) => weight > 10 ? 'DeepPink' : weight > 5 ? 'RoyalBlue' : 'Indigo'"
font-family="Roboto"
I have added the following code into vue file but it doesn't draw anything. Console is clean of errors. Thank youuu