首页 > 其他分享 >vuex TypeError: Cannot read properties of undefined (reading ‘dispatch‘)

vuex TypeError: Cannot read properties of undefined (reading ‘dispatch‘)

时间:2023-03-16 17:23:23浏览次数:55  
标签:TypeError undefined read vuex dispatch Cannot 版本 安装 properties

 

 1、入口文件main.js

 

 2、或者版本不匹配 vue2安装3版本的vuex,默认安装的4版本给vue3用

//卸载原来安装的vuex npm uninstall vuex

//安装3.6.2版本的vuex npm install vuex

标签:TypeError,undefined,read,vuex,dispatch,Cannot,版本,安装,properties
From: https://www.cnblogs.com/chenshaoxiong/p/17223438.html

相关文章