vuex

2021-08-11  本文已影响0人  小北呀_

获取vuex内容

vue文件:

import { useStore  } from 'vuex';

const store = useStore();

console.log(store.getters.userinfo.companyId,'store.getters.userinfo.companyId;')


js文件--是自己写的文件目录:

import store from '@/store';

let w =  store.getters.userinfo.companyId;
console.log(w,'wwwww')

上一篇下一篇

猜你喜欢

热点阅读