We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd62c6 commit d692b65Copy full SHA for d692b65
1 file changed
docs/.vitepress/theme/MyLayout.vue
@@ -1,8 +1,8 @@
1
<script setup>
2
-import Theme from 'vitepress/theme'
+import DefaultTheme from 'vitepress/theme'
3
import Contributors from "./components/Contributors.vue";
4
5
-const { Layout } = Theme
+const { Layout } = DefaultTheme
6
</script>
7
8
<template>
0 commit comments