Skip to content

Commit

Permalink
docs(VTreeView): fix divider in example (#20363)
Browse files Browse the repository at this point in the history
Co-authored-by: jsek <[email protected]>
  • Loading branch information
J-Sek and jsek authored Oct 28, 2024
1 parent af24344 commit f6091e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</v-card-text>
</v-col>

<v-divider vertical></v-divider>
<v-divider :vertical="$vuetify.display.mdAndUp" class="my-md-3"></v-divider>

<v-col
cols="12"
Expand Down

0 comments on commit f6091e9

Please sign in to comment.