如图,项目中用了vue-router放在图中路径下
/router/index.js中引入Vue及vue-router
import Vue from 'vue' import Router from 'vue-router'
在main.js中有定义一个Vue.prototype.debug = true
现在想知道如何在/router/index.js中访问到Vue.prototype.debug这个对象?
慕森王
相关分类