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