[Vuejs]-Iframe invoked with Youtube API does not appear after Vue.js V-if command

0đź‘Ť

âś…

After doing some in-depth research, I realize that the event is caused entirely by a mistake of the v-if command.
If you use “v-show” instead of “v-if”, you’ll see that $ (“# anyElement”). css (“visibility”, “visible”) in jquery is the counterpart.
Thank you for all

Leave a comment