TypeError:Cannot read properties of undefined(reading 'getUserList')

499 阅读1分钟

vue3项目中出现TypeError:Cannot read properties of undefined(reading 'getUserList')'错误: 在这里插入图片描述 把ctx改为proxy: 在这里插入图片描述 在这里插入图片描述 报错解决。

涉及vue3的getCurrentInstance