Item button addNewItemText fixed..
This commit is contained in:
parent
5984a589c7
commit
9737e8aad0
@ -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> {{ 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: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user