0
Wait to instantiate the directive until sponsors
contains data.
One quick and dirty way to do this:
<div v-slick v-if="sponsors.length"> ... </div>
Source:stackexchange.com
0
Wait to instantiate the directive until sponsors
contains data.
One quick and dirty way to do this:
<div v-slick v-if="sponsors.length"> ... </div>