里面的如何访问到外面的,目前状态是undefined,记得之前引用是可以直接访问到呀
function testundefined(){
var test; //undefined
alert(typeof test);
}
应该是可以引用成功的,看下vue-router,这个包是否存在。