Item button addNewItemText fixed..
This commit is contained in:
parent
5984a589c7
commit
9737e8aad0
@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
<div class="aka-select-footer" @click="onItemCreate">
|
<div class="aka-select-footer" @click="onItemCreate">
|
||||||
<span>
|
<span>
|
||||||
<i class="fas fa-plus"></i> {{ createNewItemText }}
|
<i class="fas fa-plus"></i> {{ createNewItemText }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -141,7 +141,7 @@ export default {
|
|||||||
default: 'Add an item',
|
default: 'Add an item',
|
||||||
description: ""
|
description: ""
|
||||||
},
|
},
|
||||||
createNewItemTax:{
|
createNewItemText:{
|
||||||
type: String,
|
type: String,
|
||||||
default: 'Create a new item',
|
default: 'Create a new item',
|
||||||
description: ""
|
description: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user