|
@ -262,6 +262,7 @@ |
|
|
placeholder="Name" |
|
|
placeholder="Name" |
|
|
v-model="contactNewName" |
|
|
v-model="contactNewName" |
|
|
/> |
|
|
/> |
|
|
|
|
|
<div class="flex justify-between"> |
|
|
<button |
|
|
<button |
|
|
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400" |
|
|
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400" |
|
|
@click="onClickSaveName(contactEdit, contactNewName)" |
|
|
@click="onClickSaveName(contactEdit, contactNewName)" |
|
@ -277,6 +278,7 @@ |
|
|
</button> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|