diff --git a/playground/src/components/DeviceGroup.vue b/playground/src/components/DeviceGroup.vue new file mode 100644 index 00000000..6c363ad8 --- /dev/null +++ b/playground/src/components/DeviceGroup.vue @@ -0,0 +1,135 @@ + + + + + diff --git a/playground/src/pages/Editor.vue b/playground/src/pages/Editor.vue index 79418973..f6a6d283 100644 --- a/playground/src/pages/Editor.vue +++ b/playground/src/pages/Editor.vue @@ -12,7 +12,12 @@ :default-selected="defaultSelected" :moveable-options="moveableOptions" :auto-scroll-into-view="true" - > + :stage-rect="stageRect" + > + +