0👍
✅
You could use template strings for this
this.promise = axios.get(
`https://www.mustavi.com/TimeSeries/?param1=${this.breedKey}¶m2=${this.thedata}`
);
Source:stackexchange.com