ERROR提示
This dependency was not found:
* epubjs/types/utils/core in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/Ebook.vue
To install it, you can run: npm install --save epubjs/types/utils/core
跟著敲的時候,突然出現上述的錯誤提示,提示我沒有依賴包,但是在一開始測試是否注冊樣式成功的時候,是可以運行的
2019-07-12
在MenuBar組件上是不是import了這個“epubjs/types/utils/core”東西,你看看。