Hello, I am new to coding.
I am working on calling an API where I need to adjust parts of the querystring for different results.
To explain briefly:
<template>
<div>
<input type="text" v-model="param" />
</div>
<div>
<input type="text" v-model="param2" />
</div>
</template>
By doing this, the specified URL in the script section would be modified as follows:
http://localhost:7000/mock?mockingCode=${param}&mockingCode2=[B]${param2}