-
this._scriptObserver.observe(document.body, { childList: true });
如果有人在head标签中直接初始化eruda,那么这段代码会报错,因为此时body还没有
fa-ge updated
6 years ago
-
```
:root {
--test: 10px;
}
```
or
```
html {
--test: 10px;
}
```
```
Uncaught TypeError: Cannot read property 'replace' of undefined
at processStyleRule (eruda.js:12130)
```
de…
-
现在移动端,为了适配大小问题,使用rem的解决方案。 具体见 https://github.com/amfe/lib-flexible
三倍屏下,会先把页面的 scale 设成 1/3, 这种情况下,调试面板就太小了。
我们自己写css时,会通过postcss 把px 转成rem。
这个虽然不是库需要考虑的,但是移动端rem还是挺常用,这种情况的确太影响使用了。
-
请问在 angular + typescript 下如何使用?
-
Please, if possible, delete classes that do not begin with "eruda-". I met a problem with the class "filter". My code uses this class to define a component in DOM. I'm getting errors in the console. T…
-
![screenshot from 2017-08-17 11-31-17](https://user-images.githubusercontent.com/8074705/29398654-6c597bb8-8358-11e7-87f9-9987860788e4.png)
![screenshot from 2017-08-17 11-30-49](https://user-images.…
-
https
localhost server cant retrieve source
-
``` js
try {
require('eruda').init()
} catch (e) {
alert(e)
}
```
alert 出来信息是 TypeError: str.slice is not a function. (In 'str.slice(0, len'), 'str.slice' is undefined)
系统:iOS …
-
我们有的移动端项目没有使用requirejs后者ES6,也没有使用gulp、gunt、webpack,不知是否提供但js文件引用?
-
用npm install eruda 下载的是1.1.3版本 ,看你demo里用的是 eruda v1.2.0版本