Skip to content

Commit

Permalink
fix some issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jzfai committed Dec 31, 2021
1 parent 8530cd8 commit c9be001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/example/keep-alive/RouterDemoS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script setup>
import { onMounted } from 'vue'
import { getQueryParam } from '@/hooks/useRouter'
import useRouter from '@/hooks/useRouter'
let { rou } = useRouter
console.log(useRouter.getQueryParam())
Expand Down

0 comments on commit c9be001

Please sign in to comment.