pull/3767/head
Tuğçe Küçükoğlu 2023-03-17 11:47:24 +03:00
parent 6d4e48917e
commit f8f5be9e78
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
{{ text || 'Click to Edit' }} {{ text || 'Click to Edit' }}
</template> </template>
<template #content> <template #content>
<InputText v-model="text" autoFocus /> <InputText v-model="text" autofocus />
</template> </template>
</Inplace> </Inplace>
</div> </div>
@ -27,7 +27,7 @@ export default {
{{ text || 'Click to Edit' }} {{ text || 'Click to Edit' }}
</template> </template>
<template #content> <template #content>
<InputText v-model="text" autoFocus /> <InputText v-model="text" autofocus />
</template> </template>
</Inplace>`, </Inplace>`,
options: ` options: `
@ -38,7 +38,7 @@ export default {
{{ text || 'Click to Edit' }} {{ text || 'Click to Edit' }}
</template> </template>
<template #content> <template #content>
<InputText v-model="text" autoFocus /> <InputText v-model="text" autofocus />
</template> </template>
</Inplace> </Inplace>
</div> </div>
@ -61,7 +61,7 @@ export default {
{{ text || 'Click to Edit' }} {{ text || 'Click to Edit' }}
</template> </template>
<template #content> <template #content>
<InputText v-model="text" autoFocus /> <InputText v-model="text" autofocus />
</template> </template>
</Inplace> </Inplace>
</div> </div>