vuetify
vuetify copied to clipboard
[Bug Report][3.0.0-beta.6] Invalid prop: "justify" in v-row component
Environment
Vuetify Version: 3.0.0-beta.6 Vue Version: 3.2.13 Browsers: Firefox 102.0 OS: Ubuntu undefined, Linux
Steps to reproduce
<v-container>
<v-row justify="space-evenly" align="end">
<v-col cols="auto">Column 1</v-col>
</v-row>
</v-container>
Expected Behavior
No warning a valid prop
Actual Behavior
Warning a valid prop