Use Lodash Path
The component's name attribute can be a string of lodash path type, so that you can control objects or arrays with these strings.
// scope: {
// name: ""
// }
<ES name="scope.name">
</ES>
// list: [{
// name: ""
// }]
<ES name="list[0].name">
</ES>