Item button addNewItemText fixed..

This commit is contained in:
Cüneyt Şentürk 2021-01-01 15:53:11 +03:00
parent 5984a589c7
commit 9737e8aad0

View File

@ -67,7 +67,7 @@
<div class="aka-select-footer" @click="onItemCreate">
<span>
<i class="fas fa-plus"></i> {{ createNewItemText }}
<i class="fas fa-plus"></i> &nbsp; {{ createNewItemText }}
</span>
</div>
</div>
@ -141,7 +141,7 @@ export default {
default: 'Add an item',
description: ""
},
createNewItemTax:{
createNewItemText:{
type: String,
default: 'Create a new item',
description: ""