[Vuejs]-Vue.js passing props to a child of dynamic component

0👍

The problem is that i used this.source in the form2 instead of this.$parent.source to get the props, I thought that by passing the props to the Forms component tag it will be accessible in all child components.

Leave a comment