Learn Vue 3 - Ep 6, Component Props

preview_player
Показать описание
If we want our Vue components to be as flexible as possible, we should figure out a way to pass in data from the outside. This way, each "instance" of a component can be configurable. Props allow for this!

Рекомендации по теме
Комментарии
Автор

Thank you very much for making this series available, I can see my knowledge gaps being fulfilled!

whisperscribe
Автор

When i make :proccessing = true for one app-button component it's become true for every one or in another words if we have 2 button the spinner will show in all of it

kblzejv
Автор

spinner is showing in the center of the screen, not in the center of a button applied to.

zhuk
Автор

Interesting the files are named App.js and not App.vue?

forrest
Автор

how to add autocomplete tailwind support in phpStorm?

FlexCodeOfficial
Автор

Not work for me props is not get value from attrs just default value only

paksuonvireak
Автор

What is the difference between 'type' and ':type'? You have used ':processing' instead of 'processing'.

_kingsultan_
Автор

Didnt work for me i stucked at the begining and had to leave the course

km-snui