Is there a way to insert a triangular pointer into the v-menu
component of Vuetify 2.x?
I am referring to this common feature found on web pages (as seen in this screenshot from Github):
https://i.stack.imgur.com/DMOjF.png
I have included sample code here with a menu that appears as a dropdown when a button is clicked. I successfully added a margin of 40px
to the menu using CSS, pushing it down slightly. This creates some space for the triangle, but how can I implement this triangular pointer like the one shown on Github?