riophae / vue-treeselect

A multi-select component with nested options support for Vue.js
https://vue-treeselect.js.org/
MIT License
2.9k stars 507 forks source link

how to set props? #407

Open tomeroto opened 4 years ago

tomeroto commented 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?

sarathak commented 3 years ago

Like this

<treeselect v-model="value" retryText="Coba lagi?" noOptionsText="Tidak ada opsi lain." noResultsText="Pencarian tidak ditemukan..." />