vue3中使用vuex进行数据的存取 存 和vue2相似 this.$store.commit('addshopping',item); 取 import { useStore } from 'vuex'; var store = useStore(); state.pat = store.state.obj;