Typo fix
parent
6d4e48917e
commit
f8f5be9e78
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue