Redon

一心的小屋

使用 VConsole 调试移动端网页

发布于 # VConsole # Mobile

index.html 页面 head 或者 body 尾部添加以下脚本

<!-- 在页面上添加VConsole方便调试-->
<script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
<script>
  var vConsole = new window.VConsole()
</script>