Skip to content

Commit 65026cc

Browse files
committed
chore: migrate to pnpm and monorepo structure
1 parent 63647d1 commit 65026cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/components/VPSkipLink.vue packages/theme/src/theme/components/VPSkipLink.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts" setup>
2-
import { ref, watch } from 'vue'
32
import { useRoute } from 'vitepress'
3+
import { ref, watch } from 'vue'
44
55
const route = useRoute()
66
const backToTop = ref()

0 commit comments

Comments
 (0)