We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb51e4 commit 8a73c9fCopy full SHA for 8a73c9f
packages/vue3/src/link.ts
@@ -10,7 +10,7 @@ import {
10
router,
11
shouldIntercept,
12
} from '@inertiajs/core'
13
-import { computed, defineComponent, DefineComponent, h, onMounted, onUnmounted, PropType, ref, toRefs, watch } from 'vue'
+import { computed, defineComponent, DefineComponent, h, onMounted, onUnmounted, PropType, ref } from 'vue'
14
15
export interface InertiaLinkProps {
16
as?: string
0 commit comments