is this possible that i get Value from one data and pass that to another like this.
data: function() {
return {
tester: 'tester',
dropdownBtn: '<span>Sort</span>'+this.tester+'<span class="material-icons">expand_more</span>'
}
}
An answer would be appreciated.