Skip to content

Commit 9fbd901

Browse files
committed
update docs
1 parent 766a552 commit 9fbd901

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/.vuepress/components/AiNeuralBadge.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script setup>
22
import { ref, onMounted, watch, nextTick, computed } from 'vue'
3-
// @ts-ignore
4-
import { useRoute } from 'vue-router'
3+
import { useRoute } from 'vuepress/client'
54
65
const route = useRoute()
76
const isVisible = ref(false)

0 commit comments

Comments
 (0)