Add load dom plugin snippet

This commit is contained in:
redhoodsu
2018-08-28 21:33:57 +08:00
parent 158b0e0fe9
commit 5f9c7c0d9e

View File

@@ -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'
}