feat: smartEnv in environments
This commit is contained in:
parent
1ec261550e
commit
b97458f693
1 changed files with 8 additions and 2 deletions
|
|
@ -53,9 +53,15 @@
|
|||
:placeholder="`${$t('count.variable', { count: index + 1 })}`"
|
||||
:name="'param' + index"
|
||||
/>
|
||||
<input
|
||||
<SmartEnvInput
|
||||
v-model="variable.value"
|
||||
class="flex flex-1 px-4 py-2 bg-transparent"
|
||||
styles="
|
||||
bg-transparent
|
||||
flex
|
||||
flex-1
|
||||
py-1
|
||||
px-4
|
||||
"
|
||||
:placeholder="`${$t('count.value', { count: index + 1 })}`"
|
||||
:name="'value' + index"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue