Skip to content

Commit e553dd3

Browse files
committed
chore(component): change slot name
1 parent d4c6961 commit e553dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/components/PUCompare.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const updateSlider = (event: Event) => {
2828
>
2929
<PUIcon name="brightness" />
3030
</div>
31-
<slot name="left" />
31+
<slot />
3232
</div>
3333

3434
<div
@@ -42,7 +42,7 @@ const updateSlider = (event: Event) => {
4242
>
4343
<PUIcon name="moon" />
4444
</div>
45-
<slot name="right" />
45+
<slot />
4646
</div>
4747

4848
<input

0 commit comments

Comments
 (0)