[Vuejs]-Dynamic rendering of Iframe in Vue.js

0👍

I had to pass the data through props since it’s passed from the parent to the child component. As described here in the Vue documentation:
https://vuejs.org/guide/essentials/component-basics.html#passing-props

Leave a comment