小码农

Results 3 issues of 小码农

``` DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead ``` ![image](https://user-images.githubusercontent.com/19886365/68180284-1c9e6800-ffce-11e9-8821-e4ec6b9932b7.png)

![image](https://user-images.githubusercontent.com/19886365/69958875-b101d900-1540-11ea-9e8a-f36e9f3cfc05.png) 只有没有数据的时候显示,暂无数据,数据请求回来就什么都看不着了

``` javascript mongoose .connect(this.dblink, opts) .connection .on('error', err => console.log('------ Mongodb connection failed ------' + err)) .on('open', () => console.log('------ Mongodb connection succeed ------')) ``` 代码报错, collection is undefined