When using the v-stepper
component in Vuetify, there is a default border like shape that appears on the edges:
I want to remove it. I tried to set the elevation
to 0 but it did not work.
<v-stepper v-model="e1" class="elevation-{0}">
How to achieve this?