各种问题汇总解决方法二,持续更新中...
[Vue warn]:Injection "xx"not found 的解决方式
原因:provide 没有提供依赖 导致
参考:https://v2.cn.vuejs.org/v2/api/#provide-inject
解决:使用对象的方式的default 作为降级方案解决
示例:
word在线预览插件 mammoth 踩坑
报错 Unhandled rejection Error: Can't find end of central directory : is this a zip file ? If it is ,无法预览
原因:文件损坏