hj-vue-router-debug
v1.0.1
Published
vue调试插件
Readme
hj-vue-router-debug
vue router debug插件
使用方式
npm i hj-vue-router-debug -S
import HJVueRouterDebug from 'hj-vue-router-debug'
const createVConsole = function createVConsole() {
new VConsole()
}
Vue.use(HJVueRouterDebug, router, createVConsole)