mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
example: add plugin
This commit is contained in:
@@ -86,6 +86,8 @@ Add tool.
|
||||
eruda.add(new (eruda.Tool.extend({
|
||||
name: 'test'
|
||||
})));
|
||||
|
||||
eruda.add(eruda.Network);
|
||||
```
|
||||
|
||||
## remove
|
||||
@@ -111,4 +113,4 @@ Hide eruda panel.
|
||||
|
||||
```javascript
|
||||
eruda.hide();
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user