[Vuejs]-Iframe in Vue component opens in new tab (Safari only) โ€”โ€“ sometimes

0๐Ÿ‘

โœ…

I ended up moving the component up a level. The component was was re-loading/mounting whenever the route changed. I moved it up, so it only had to load once. This seems to be more of a workaround, than a fix, but it works.

Leave a comment