🐛 get the custom children
This commit is contained in:
parent
f9668fb29c
commit
5d0492a917
|
@ -134,7 +134,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
children() {
|
children() {
|
||||||
return this.evalArgs && this.evalArgs.children || 'children'
|
return this.args && this.args.children || 'children'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue