File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/molecules/VLink Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
</NuxtStoryVariant >
10
10
<NuxtStoryVariant title =" External url" >
11
11
<VLink v-slot =" linkProps" url =" https://google.com" custom >
12
- <VButton label =" Button Slot " v-bind =" linkProps" filled theme = " light " />
12
+ <VButton label =" Bind all scoped slot props " v-bind =" linkProps" />
13
13
</VLink >
14
- </NuxtStoryVariant >
15
- <NuxtStoryVariant title =" External url" >
16
14
<VLink v-slot =" { href, target, rel }" url =" https://google.com" custom >
17
- <VButton :href =" href" :target =" target" :rel =" rel" filled icon-name = " check " label =" Label " />
15
+ <VButton :href =" href" :target =" target" :rel =" rel" label =" Scoped slot props destructuring " />
18
16
</VLink >
17
+ </NuxtStoryVariant >
18
+ <NuxtStoryVariant title =" External url" >
19
19
<VLink v-slot =" { href, target, rel }" url =" https://google.com" custom >
20
20
<VButton :href =" href" :target =" target" :rel =" rel" theme =" dark" filled icon-name =" check" label =" Label" />
21
21
</VLink >
You can’t perform that action at this time.
0 commit comments