Simorel

Results 4 issues of Simorel

1. 我注意到源代码options里有配置如下: [autoPageview](https://github.com/minlingchao1/vue-ba/blob/2c5e0d6a43785409f30eeb5ae793cec0883f6554/src/install.js#L17) 2. 但是README.md里面options说明没有这段话: [README.md里的options](https://github.com/minlingchao1/vue-ba/blob/master/README.md#options) 3. [百度统计官方文档](https://tongji.baidu.com/web/help/article?id=235&type=0) ``` _hmt.push(['_setAutoPageview', false]); _hmt.push(['_trackPageview', '/new/path/new/name']); ``` > 在例子中,我们首先使用了_setAutoPageview接口关闭了自动PV跟踪,然后使用了_trackPageview接口来发送新的PV统计请求。 > 这样在页面被访问时,记入PV的就不是原URL了,而是您指定的新的URL。 > 请注意上述代码最好能够加在页头标签前,至少要保证位于百度统计分析代码的前面。

vue-cli4生成的项目本来热重载是开箱即用的,但是引用Mock.js后导致热重载失效。请问有什么法子能二者兼得吗?

错误: >- 在 example 下启动客户端 >`node clinet.js` `clinet` 拼接错误 --> `client`

勘误

1. 如何使用 下的代码: ```js exports.io = { init: {}, // passed to engine.io namespace: { '/': { connectionMiddleware: [], packetMiddleware: [] } }, redis: { host: '127.0.0.1', port: 6379 }...

勘误