mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
fix
This commit is contained in:
parent
c6ca07e7a0
commit
bff4984998
1 changed files with 10 additions and 3 deletions
|
@ -12,11 +12,18 @@ const { copy } = useCopy({ source: header, text: 't('tools.basic-auth-generator.
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<c-input-text v-model:value="username" label=t('tools.basic-auth-generator.username') placeholder="t('tools.basic-auth-generator.yourusername')" clearable raw-text mb-5 />
|
<c-input-text
|
||||||
|
v-model:value="username"
|
||||||
|
:label="t('tools.basic-auth-generator.username')"
|
||||||
|
:placeholder="t('tools.basic-auth-generator.yourusername')"
|
||||||
|
clearable
|
||||||
|
raw-text
|
||||||
|
mb-5
|
||||||
|
/>
|
||||||
<c-input-text
|
<c-input-text
|
||||||
v-model:value="password"
|
v-model:value="password"
|
||||||
label="t('tools.basic-auth-generator.password')"
|
:label="t('tools.basic-auth-generator.password')"
|
||||||
placeholder="t('tools.basic-auth-generator.yourpassword')"
|
:placeholder="t('tools.basic-auth-generator.yourpassword')"
|
||||||
clearable
|
clearable
|
||||||
raw-text
|
raw-text
|
||||||
mb-2
|
mb-2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue