[Vuejs]-Vuetify: Find width of v-menu content

0👍

Rather than finding the width of the menu content, can you try using the min-width / max-width and nudge-bottom properties of v-menu to manage the position and width of the panel relative to the button – https://vuetifyjs.com/en/api/v-menu/#props-min-width

Leave a comment