文档示例无法显示的看这里
penghang opened this issue · 6 comments
penghang commented
官方文档示例无法显示,是因为引用的docsify升级导致。docsify目前升级到4.12.x了,这个版本里vuep好像没有正确渲染,也无异常。
我们只需要把vue-amap下到本地修改src/docs/index.html
里的docsify
引用自己跑起来就行了。
将
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
修改为
<script src="//unpkg.com/docsify@4.11.6/lib/docsify.min.js"></script>
usaveh commented
牛逼
herohql521 commented
thank you !~~~
250yanwei commented
good。。。
everyonepeople commented
thank you
shik617 commented
请问改好以后要怎么跑起来?
cejpo001 commented
你这是办法是需要自己下载源码修改后再编译的吗?我执行npm run lib报Module build failed: Error: "extract-text-webpack-plugin" loader is used without the corresponding plugin错误,请问你是编译环境是怎么样的?