Skip to content

Commit 0f45839

Browse files
committed
refactor: CCarousel: delete navigation slot
1 parent ac6aabd commit 0f45839

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/components/Carousel/CCarousel.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
></span>
2626
</a>
2727
</template>
28-
<slot name="navigation"></slot>
2928
</div>
3029
</template>
3130

src/components/Carousel/test/__snapshots__/CCarousel.spec.js.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ exports[`CCarousel renders correctly 1`] = `
1212
/>
1313
1414
<!---->
15-
1615
</div>
1716
`;
1817

@@ -77,6 +76,5 @@ exports[`CCarousel renders correctly 2`] = `
7776
class="carousel-control-next-icon"
7877
/>
7978
</a>
80-
8179
</div>
8280
`;

0 commit comments

Comments
 (0)