Skip to content

Commit

Permalink
移动端日志输出组件 使用在线资源
Browse files Browse the repository at this point in the history
  • Loading branch information
newbieYoung committed Apr 24, 2018
1 parent 87ad0e2 commit d4b8868
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "",
"main": "test.js",
"dependencies": {
"eruda": "^1.4.3",
"puppeteer": "^1.3.0"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion step5.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<li><p class="error"></p></li>
</ul>
<div id="canvas-frame"></div>
<script src="node_modules/eruda/eruda.min.js"></script>
<script src="//cdn.bootcss.com/eruda/1.4.2/eruda.min.js"></script>
<script>eruda.init();</script>
<script>
var renderer;//渲染器
Expand Down

0 comments on commit d4b8868

Please sign in to comment.