Skip to content

Commit

Permalink
docs: vuerouter使用出现控制台警告解决方法
Browse files Browse the repository at this point in the history
  • Loading branch information
simply-none committed Jan 20, 2024
1 parent 499a8ad commit 5b31107
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@
出现场景:在vitepress中使用element-plus出现的错误

解决:安装该包即可,`npm i @vue/reactivity`

## 警告8:[Vue warn]: inject() can only be used inside setup() or functional components.

在script setup中直接调用`useRoute()`, `useRouter()`等函数时,出现此警告

解决方法:当在onMounted等钩子中调用时,而非直接在script setup内部调用,则不报错

0 comments on commit 5b31107

Please sign in to comment.