Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 78973f5

Browse files
committed
chore: reinstate documentation build and size-limit
1 parent c420b83 commit 78973f5

File tree

3 files changed

+4625
-5866
lines changed

3 files changed

+4625
-5866
lines changed

components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2022-01-31T09:36:36.310Z
9+
* This file was generated on 2022-01-31T09:55:33.544Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

website/src/docs-theme/layout/MdxLayoutWrapper.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</template>
1616

1717
<script setup lang="ts">
18-
import { computed, defineProps } from "vue"
18+
import { computed, defineProps, useSlots } from "vue"
1919
import { chakra } from "@chakra-ui/vue-next"
2020
import { useRoute } from "vue-router"
2121
import { useHead } from "@vueuse/head"
@@ -40,6 +40,8 @@ const layoutComponent = computed(() => {
4040
if (!layout) return layoutMap.default
4141
return layout[1]
4242
})
43+
const slots = useSlots()
44+
console.log("slots", slots?.default?.())
4345
4446
const bg = useColorModeValue("white", "gray.800")
4547
const color = useColorModeValue("gray.700", "whiteAlpha.900")

0 commit comments

Comments
 (0)