Questions tagged [v-slot]

Vue implements a content distribution API inspired by the Web Components spec draft, using the element to serve as distribution outlets for content.

Documentation: Vue Slots.

33 questions
0
votes
3 answers

How to target a blank link within the label attr with vue?

Neither   establish a space immediately before or within a link nor any kind of link works fine while using links within the label attribute - It only checks the box. Using mousewheel works. How to target a new tab with simple…
kornholio
  • 33
  • 6
0
votes
1 answer

VUETIFY - How to pass slot to nested select component

I'm using last version of vuetify and trying to figure out how to make slots work. Documentation about select may be find here VSelectWithValidation
Léo Coco
  • 4,022
  • 11
  • 52
  • 97
-2
votes
1 answer