q-tree - customize names (label, children)
-
How do I customize the children name?
Customizing the name label:
<template v-slot:default-header=“prop”>
<div class=“row items-center”>
<div class=“text-weight-bold text-primary”>{{ prop.node.name }}</div>
</div>
</template>