gpt4 book ai didi

vue.js - 从另一个模块提交突变

转载 作者:行者123 更新时间:2023-12-05 02:59:14 28 4
gpt4 key购买 nike

我想在注销操作后重置我的商店状态。我在每个商店中创建了突变以重置状态。

我试过做这样的事情,但没有成功。

logout: function ({commit}) {
commit('resetLoginState')
commit('menu.resetMenuState')
}

logout功能在我的login模块和 resetMenuState在另一个名为 menu 的模块中

这有可能吗?

最佳答案

您可以使用:

commit('path/from/root/to/your/module/menu/resetMenuState', null, { root: true })

您可以阅读更多相关信息 on this page

关于vue.js - 从另一个模块提交突变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58127421/

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