[Feature request] Emit an event when render is done
tiagofscoelho opened this issue · 3 comments
tiagofscoelho commented
It is possible to emit an event when the render process is done? This way we can avoid an empty div (by showing a loading spinner or something else) while the render is being performed.
Something like this would be great:
<vue-word-cloud @ready="SOME_FUNCTION"/>
tiagofscoelho commented
Any information regarding this feature request @SeregPie ?
SeregPie commented
Yes. I'm working on that in my free time.
SeregPie commented
You can watch the process with process.sync
. I need to write it to readme, but meanwhile you can check the demo to see how it works.