mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Add load dom plugin snippet
This commit is contained in:
@@ -110,6 +110,13 @@ export default [
|
||||
},
|
||||
desc: 'Test geolocation'
|
||||
},
|
||||
{
|
||||
name: 'Load Dom Plugin',
|
||||
fn() {
|
||||
loadPlugin('dom')
|
||||
},
|
||||
desc: 'Navigate dom tree'
|
||||
},
|
||||
{
|
||||
name: 'Restore Settings',
|
||||
fn() {
|
||||
@@ -198,5 +205,6 @@ const pluginVersion = {
|
||||
memory: '1.0.1',
|
||||
code: '1.0.0',
|
||||
benchmark: '1.0.0',
|
||||
geolocation: '1.1.0'
|
||||
geolocation: '1.1.0',
|
||||
dom: '1.0.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user