Skip to content

Commit a9ba641

Browse files
committed
fix: don’t apply classes to slots in full layout
1 parent 7d64602 commit a9ba641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/full.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ const colorscheme = computed(() => {
1717
</script>
1818
<template>
1919
<div class="slidev-layout full w-full h-full slidecolor" :class="colorscheme">
20-
<slot class="w-full h-full" />
20+
<slot />
2121
</div>
2222
</template>

0 commit comments

Comments
 (0)