vuex dispatch失效, 使用官方解决方案出现的新问题
Author: xuexianleiCreated Oct 27, 2020Updated Feb 26, 2023

按照官方解决方案在/src/main/index.js中加入 import '../renderer/store' 虽然能解决问题 但是会出现新的问题 问题1 我在vuex中的modules中引入其他js或者router, 启动项目报错,提示Can't resolve '@/router'

问题2 无法在vuex中使用Promise

希望能得到完美的解决方案.
Source: SimulatedGREG/electron-vue