CoderTonyB

Results 2 comments of CoderTonyB

Thanks @ndmgrphc, this got my arrows back. What does "wait until you have your data loaded to populate the DOM before you mount vue-horizontal" mean? Can you tell vue-horizontal to...

> @CoderTonyB I fixed it with a simple v-if on the vue-horizontal to check if the data are loaded. Ok, so something like v-if="data.length > 0" - I'll give it...