We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b214f8 commit b7250d1Copy full SHA for b7250d1
app/components/Package/Header.vue
@@ -1,4 +1,5 @@
1
<script setup lang="ts">
2
+import type { RouteLocationRaw } from 'vue-router'
3
import { SCROLL_TO_TOP_THRESHOLD } from '~/composables/useScrollToTop'
4
5
const props = defineProps<{
0 commit comments