vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.0.0-beta.6] Invalid prop: "justify" in v-row component

Open F-Robot opened this issue 2 years ago • 0 comments

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

Reproduction Link

https://codepen.io/f-robot/pen/yLKjoQr?editors=1112

F-Robot avatar Aug 05 '22 21:08 F-Robot