mirror of
https://github.com/directus/directus.git
synced 2026-02-06 23:04:59 -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.