Skip to content

Commit d3ad957

Browse files
committed
Child Components can now be added to the HTML Queue without the nest arrow, still need to work on the codeSnippet
1 parent da87936 commit d3ad957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/right-sidebar/HTMLQueue.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default {
143143
moreExceptions: function () {
144144
let childComponent = [];
145145
if(this.activeComponent) {
146-
childComponent = this.componentMap[this.activeComponent].child;
146+
childComponent = this.componentMap[this.activeComponent].children;
147147
}
148148
return childComponent;
149149
}

0 commit comments

Comments
 (0)