gpt4 book ai didi

javascript - VueJS : Cannot read property 'dispatch' of undefined

转载 作者:行者123 更新时间:2023-11-30 14:23:42 26 4
gpt4 key购买 nike

我用 VueJS 和 Vuex 开始我的简单项目。我有一个问题女巫从商店调用方法。当我在控制台中单击我的按钮时,我看到此错误

Uncaught TypeError: Cannot read property 'dispatch' of undefined at VueComponent.onSignin

这是我的带有按钮的组件,它应该调用 dispatch
Login component .

这是我的商店 index.js Vuex.Store

And here you can find full repo

我在另一个论坛上阅读了很多主题,但我仍然不知道为什么它不起作用,因为几个月前我做过类似的项目并且它工作正常。

最佳答案

您的商店应该是:

export default new Vuex.Store({

而不是

export const store = new Vuex.Store({

关于javascript - VueJS : Cannot read property 'dispatch' of undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52301772/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com