mirror of
https://github.com/directus/directus.git
synced 2026-02-11 07:55:00 -05:00
While props set to null aren't rendered to the DOM, they are passed to other components as attributes if not defined as props. This prevents vue-router from setting the attribute itself.
Views
Views are the top-level parent component that are used in all modules. Directus will only have two Views for the
foreseeable future: public and private for non-authenticated and authenticated routes respectively.