We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766a552 commit 9fbd901Copy full SHA for 9fbd901
1 file changed
docs/.vuepress/components/AiNeuralBadge.vue
@@ -1,7 +1,6 @@
1
<script setup>
2
import { ref, onMounted, watch, nextTick, computed } from 'vue'
3
-// @ts-ignore
4
-import { useRoute } from 'vue-router'
+import { useRoute } from 'vuepress/client'
5
6
const route = useRoute()
7
const isVisible = ref(false)
0 commit comments