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 a8026a1 commit dad938cCopy full SHA for dad938c
src/components/home_sidebar_items/ComponentTab/EditDeleteComponents.vue
@@ -40,6 +40,7 @@ Description:
40
:close-on-select="true"
41
:options="childOptions"
42
@select="handleAddChild"
43
+ @remove="handleDeleteChild"
44
:max-height="90"
45
:option-height="20"
46
:searchable="false"
@@ -258,6 +259,11 @@ export default {
258
259
// this.updateActiveComponentChildrenValue(value);
260
},
261
262
+ // Handle deleting a child
263
+ handleDeleteChild(value) {
264
+ //To do
265
+ },
266
+
267
// delete selected state from active component
268
// deleteState (state) {
269
// this.deleteStateFromComponent(state)
0 commit comments