diff --git a/src/components/panelLeft.vue b/src/components/panelLeft.vue index 9336cddd..7a207e3a 100644 --- a/src/components/panelLeft.vue +++ b/src/components/panelLeft.vue @@ -7,6 +7,7 @@ + @@ -24,6 +25,9 @@ + +

+
@@ -62,6 +66,14 @@ export default { return { currentTab: 'connect', showControlBar: true, + plugins: [ + { + id: 'test-plugin', + icon: 'code', + requireConnection: false, + content: "HELLO WORLD" + } + ] } },