🐛 get the custom children

This commit is contained in:
liugq
2019-02-13 14:52:21 +08:00
parent f9668fb29c
commit 5d0492a917

View File

@@ -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: {