路由跳转不使用Vuex获取所有数据

路由跳转不使用Vuex获取所有数据

//存放所有数据,类似于环境变量
var myDate{
    a:1
    ...
}
//子组件
... 
new Vue{}
var myb = {template: '<mybs a="a"></mybs>'}