Can a ui component be an activator for two items? (Trying to use a v-tooltip with a v-dialog)
问题 I have a button that is the activator for a dialog in my template. But I also want to use a tooltiop with the button. (Said otherwise, when I hover over the button I'd like to see the v-tooltip and when I click the button I'd like to open the dialog.) I've tried to use the "append" slot on the tooltip but no success. When I add the append slot, the button completely vanishes from the rendered page. Is it even possible to use a v-tooltip with a v-dialog in veutify? This is what I have that