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 6a04edd commit 74b190aCopy full SHA for 74b190a
src/components/home_sidebar_items/ComponentTab/EditDeleteComponents.vue
@@ -36,8 +36,8 @@ Description:
36
<VueMultiselect
37
v-model="testModel"
38
placeholder="Add/Remove Children"
39
- :multiple="true"
40
- :close-on-select="false"
+ :multiple="false"
+ :close-on-select="true"
41
:options="childOptions"
42
@input="handleAddChild"
43
:max-height="90"
@@ -251,7 +251,7 @@ export default {
251
]),
252
253
handleAddChild(value) {
254
- // console.log('selected child component: ', value)
+ console.log('selected child component: ', value)
255
this.updateActiveComponentChildrenValue(value);
256
},
257
0 commit comments