### Problem to solve The problem is that `v-list` is a list, so by default, it should render a `ul` with `li` elements. ### Proposed solution You can use the `tag` property if you need an `ol` instead of a `ul`, or a `div`. `v-list` should remind us that it represents a list, not a group of `div`s. <!-- generated by vuetify-issue-helper. DO NOT REMOVE -->