Is there any difference between those 2? I can find both examples in the docs:
- https://vuetifyjs.com/en/components/parallax/ with the usage of
justify-position/align-position
as CSS classes, - https://vuetifyjs.com/en/components/cards with the usage of
justify="position"/align="position"
directly on HTML tags.