In Vue we can use props, and also we can use $attrs.
When it is better to use props and when it is better to use $attrs?
Can we always use $attrs for those that we are not changing their value and just use props for those that we are changing their value?