From 9f23cd6361cce60c10178f39e133e13aa71a62ca Mon Sep 17 00:00:00 2001 From: roymondchen Date: Mon, 13 Jun 2022 19:47:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(playground):=20=E6=B7=BB=E5=8A=A0=E4=B8=8D?= =?UTF-8?q?=E5=90=8C=E8=AE=BE=E5=A4=87=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playground/src/components/DeviceGroup.vue | 135 ++++++++++++++++++++++ playground/src/pages/Editor.vue | 11 +- 2 files changed, 145 insertions(+), 1 deletion(-) create mode 100644 playground/src/components/DeviceGroup.vue 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" + > + +