Open jaymit-ecodedash opened 3 years ago
Hi @riophae ,
Thanks for the features provided already. but How can I specify the class in labelClassName/countClassName?
<treeselect :options="options" :multiple="true" v-model="value" value-format="object"> <label slot="option-label" slot-scope="{ node, shouldShowCount, count, labelClassName, countClassName }" :class="labelClassName"> {{ node.label }} - Description: {{ node.raw.desc }} </label> </treeselect>
Hi @riophae ,
Thanks for the features provided already. but How can I specify the class in labelClassName/countClassName?