We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c459220 commit e58e389Copy full SHA for e58e389
src/components/ComponentDisplay.vue
@@ -13,7 +13,7 @@ Description:
13
>
14
<!-- This is the actual component box -->
15
<!-- https://www.npmjs.com/package/vue-draggable-resizable -->
16
- <!-- <VueDraggableResizable
+ <VueDraggableResizable
17
class-name="component-box"
18
v-for="componentData in activeRouteArray"
19
ref="boxes"
@@ -69,7 +69,7 @@ Description:
69
</q-item>
70
</q-list>
71
</q-menu>
72
- </VueDraggableResizable> -->
+ </VueDraggableResizable>
73
74
75
<div>
0 commit comments