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>
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>
Hi,
I’m using q-date inside a v-for, hide() is not working.
I’m a beginner and I’m in trouble, can you help me?
Inside v-for q-popup-proxy does not close.