Vue3 关于 reactive 函数嵌套 computed / inject / props 的情况
前言本文假设你已对reactive/inject相关函数有了解并使用过。正文下面是笔者对reactive传递各种数据类型所整理的情况reactive->computed包含inject的情况constinfo=reactive(computed(()=>inject('info')))reactive->computed包含vuex的情况constinfo=reactive(computed(()