Open tomeroto opened 4 years ago
I am new on vuejs, but i need to use this properties:
retryText: 'Coba lagi?', noOptionsText: 'Tidak ada opsi lain.', noResultsText: 'Pencarian tidak ditemukan...',
How to set that?
Like this
<treeselect v-model="value" retryText="Coba lagi?" noOptionsText="Tidak ada opsi lain." noResultsText="Pencarian tidak ditemukan..." />
I am new on vuejs, but i need to use this properties:
How to set that?