我正在使用react-snap预渲染我的站点,在我的index.html文件中有以下代码
<div id="snipcart" data-api-key="key"></div>但是,它输出的代码如下
<div id="snipcart" class="snipcart"><!----><!----></div>我如何才能更改它,使其正确输出?
发布于 2020-01-10 00:24:25
这就是Snipcart本身,它取代了div。
如果你的购物车集成有问题,那肯定是其他问题。
https://stackoverflow.com/questions/58857523
复制相似问题