newbie in coding here.
I have to call an API in which I have to change some parts of the querystring to retrieve different results
Briefly explained:
<template>
<div>
<input type="text" v-model="param" />
</div>
<div>
<input type="text" v-model="param2" />
</div>
</template>
This would modify the following URL in the script zone:
http://localhost:7000/mock?mockingCode=${param}&mockingCode2=[B]${param2}