vue3的警告问题 [Vue warn]: inject() can only be used inside setup() or functional components. 怎么解决?

简介: vue3的警告问题 [Vue warn]: inject() can only be used inside setup() or functional components. 怎么解决?

警告信息:

[Vue warn]: inject() can only be used inside setup() or functional components. 
  at <RouterView> 
  at <ElMain class="page-content" > 
  at <ElContainer class="page" > 
  at <ElContainer class="main-content" > 
  at <MainComp onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {__v_skip: true} > > 
  at <RouterView> 
  at <App>

[Vue warn]: inject() can only be used inside setup() or functional components. 
  at <UserManage onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {__v_skip: true} > > 
  at <RouterView> 
  at <ElMain class="page-content" > 
  at <ElContainer class="page" > 
  at <ElContainer class="main-content" > 
  at <MainComp onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {__v_skip: true} > > 
  at <RouterView> 
  at <App>

但是项目里都没有用provide() /inject()函数

依赖版本信息

dependencies:
  '@element-plus/icons-vue':
    specifier: ^2.0.6
    version: 2.1.0(vue@3.2.37)
  axios:
    specifier: ^0.27.2
    version: 0.27.2
  core-js:
    specifier: ^3.8.3
    version: 3.29.0
  dayjs:
    specifier: ^1.11.3
    version: 1.11.7
  echarts:
    specifier: ^5.3.3
    version: 5.4.1
  element-plus:
    specifier: ^2.2.6
    version: 2.2.33(vue@3.2.37)
  normalize.css:
    specifier: ^8.0.1
    version: 8.0.1
  pinia:
    specifier: ^2.0.14
    version: 2.0.32(typescript@4.5.5)(vue@3.2.37)
  sass:
    specifier: ^1.71.1
    version: 1.71.1
  sass-loader:
    specifier: ^14.1.1
    version: 14.1.1(sass@1.71.1)(webpack@5.75.0)
  vue:
    specifier: 3.2.37
    version: 3.2.37
  vue-router:
    specifier: ^4.0.16
    version: 4.1.6(vue@3.2.37)
相关文章
|
16天前
|
JavaScript 前端开发 开发者
Vue 3中的Proxy
【10月更文挑战第23天】Vue 3中的`Proxy`为响应式系统带来了更强大、更灵活的功能,解决了Vue 2中响应式系统的一些局限性,同时在性能方面也有一定的提升,为开发者提供了更好的开发体验和性能保障。
37 7
|
17天前
|
前端开发 数据库
芋道框架审批流如何实现(Cloud+Vue3)
芋道框架审批流如何实现(Cloud+Vue3)
39 3
|
16天前
|
JavaScript 数据管理 Java
在 Vue 3 中使用 Proxy 实现数据双向绑定的性能如何?
【10月更文挑战第23天】Vue 3中使用Proxy实现数据双向绑定在多个方面都带来了性能的提升,从更高效的响应式追踪、更好的初始化性能、对数组操作的优化到更优的内存管理等,使得Vue 3在处理复杂的应用场景和大量数据时能够更加高效和稳定地运行。
36 1
|
16天前
|
JavaScript 开发者
在 Vue 3 中使用 Proxy 实现数据的双向绑定
【10月更文挑战第23天】Vue 3利用 `Proxy` 实现了数据的双向绑定,无论是使用内置的指令如 `v-model`,还是通过自定义事件或自定义指令,都能够方便地实现数据与视图之间的双向交互,满足不同场景下的开发需求。
37 1
|
前端开发 API
Vue3入门到精通-setup
Vue3入门到精通-setup
|
6天前
|
JavaScript 前端开发
如何在 Vue 项目中配置 Tree Shaking?
通过以上针对 Webpack 或 Rollup 的配置方法,就可以在 Vue 项目中有效地启用 Tree Shaking,从而优化项目的打包体积,提高项目的性能和加载速度。在实际配置过程中,需要根据项目的具体情况和需求,对配置进行适当的调整和优化。
|
6天前
|
存储 缓存 JavaScript
在 Vue 中使用 computed 和 watch 时,性能问题探讨
本文探讨了在 Vue.js 中使用 computed 计算属性和 watch 监听器时可能遇到的性能问题,并提供了优化建议,帮助开发者提高应用性能。
|
6天前
|
存储 缓存 JavaScript
如何在大型 Vue 应用中有效地管理计算属性和侦听器
在大型 Vue 应用中,合理管理计算属性和侦听器是优化性能和维护性的关键。本文介绍了如何通过模块化、状态管理和避免冗余计算等方法,有效提升应用的响应性和可维护性。
|
6天前
|
存储 缓存 JavaScript
Vue 中 computed 和 watch 的差异
Vue 中的 `computed` 和 `watch` 都用于处理数据变化,但使用场景不同。`computed` 用于计算属性,依赖于其他数据自动更新;`watch` 用于监听数据变化,执行异步或复杂操作。
|
5天前
|
JavaScript 前端开发 UED
vue学习第二章
欢迎来到我的博客!我是一名自学了2年半前端的大一学生,熟悉JavaScript与Vue,目前正在向全栈方向发展。如果你从我的博客中有所收获,欢迎关注我,我将持续更新更多优质文章。你的支持是我最大的动力!🎉🎉🎉