Skip to content

Commit e58e389

Browse files
Shanon LeeShanon Lee
authored andcommitted
Fix bug in componentdisplay when creating new component
1 parent c459220 commit e58e389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ComponentDisplay.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Description:
1313
>
1414
<!-- This is the actual component box -->
1515
<!-- https://www.npmjs.com/package/vue-draggable-resizable -->
16-
<!-- <VueDraggableResizable
16+
<VueDraggableResizable
1717
class-name="component-box"
1818
v-for="componentData in activeRouteArray"
1919
ref="boxes"
@@ -69,7 +69,7 @@ Description:
6969
</q-item>
7070
</q-list>
7171
</q-menu>
72-
</VueDraggableResizable> -->
72+
</VueDraggableResizable>
7373

7474

7575
<div>

0 commit comments

Comments
 (0)