Documentación offline Vue 3 main

Props

main Documentación oficial Licencia MITDescargado el 2026-08-02

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 `