vue在.js文件中引入store和router问题

2023-03-04 15:06:09

目录在.js文件中引入store和router在js文件中使用vue的router和store总结在.js文件中引入store和router在js文件中使用vue的router和store在js文件中...

目录
在.js文件中引入store和router
在js文件中使用vue的router和store
总结

在.js文件中引入store和router

vue在.js文件中引入store和router问题

在js文件中使用vue的router和store

在js文件中引入vue的路由配置文件 或python者 store文件

import store from '../store';
import router from '../router';

//直接使用即可
router.push({'path': '/'})
store.state.XXX;

总结

以上为个人经验,希望能给大家一个参考,也希望大家多多支持我们。