We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63647d1 commit 65026ccCopy full SHA for 65026cc
src/theme/components/VPSkipLink.vue packages/theme/src/theme/components/VPSkipLink.vue
@@ -1,6 +1,6 @@
1
<script lang="ts" setup>
2
-import { ref, watch } from 'vue'
3
import { useRoute } from 'vitepress'
+import { ref, watch } from 'vue'
4
5
const route = useRoute()
6
const backToTop = ref()
0 commit comments