You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a few discussions with some Vue experts (hello Bogdan Luca) and made a list of practices we should follow when generating Vue components. I'm leaving this here for now as research material, but this isn't an immediate issue to jump on, more like a reference we can keep for longer time. Perhaps we can move this to a separate .md file at some point
If you set a class to a custom component, it will get passed to the root element of the component, unlike in React when you need to explicitly send props.className
I had a few discussions with some Vue experts (hello Bogdan Luca) and made a list of practices we should follow when generating Vue components. I'm leaving this here for now as research material, but this isn't an immediate issue to jump on, more like a reference we can keep for longer time. Perhaps we can move this to a separate .md file at some point
Links and ideas:
v-model
to send state to child components (ex: in ModalWindow)on
and handlers should be prefixed withon
$emit
for sending a message to the parent componentVue behaviors to consider:
The text was updated successfully, but these errors were encountered: