
Because I pass dynamically created string value from parent component to child, props are enough to use.
Because I pass dynamically created string value from parent component to child, props are enough to use.
Components, as the most powerful feature of Vue.js often needs to communicate between each other. Let me show an example of all 3 types of communication: parent -> child, child -> parent, child -> child.
Have you ever read article, where some content, usually image, lays out of grid? Let’s see how this effect can be achieved.