🐛 get the custom children

This commit is contained in:
liugq 2019-02-13 14:52:21 +08:00
parent f9668fb29c
commit 5d0492a917
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ export default {
},
computed: {
children() {
return this.evalArgs && this.evalArgs.children || 'children'
return this.args && this.args.children || 'children'
}
},
methods: {