Props
En esta página
Props#
This page assumes you've already read the Components Basics. Read that first if you are new to components.
Props Declaration#
Vue components require explicit props declaration so that Vue knows what external props passed to the component should be treated as fallthrough attributes (which will be discussed in its dedicated section).
In SFCs using `