nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.08k stars 529 forks source link

UMeter not using slots while nested in UMeterGroup #1285

Open kevinstory opened 9 months ago

kevinstory commented 9 months ago

Environment

Nuxt project info:

Version

v2.12.3

Reproduction

https://stackblitz.com/edit/nuxt-starter-thkmtk?file=app.vue

Description

When trying to adjust the slot of a label or indicator of a UMeter, it only works if NOT nested within a UMeterGroup.

Additional context

No response

Logs

No response

benjamincanac commented 9 months ago

@DarkGhostHunter Any insight on this?

DarkGhostHunter commented 9 months ago

It disregards the slot on each child when the group component traverses them. I don't remember why but I couldn't get it to work plus I had minimal reasons to keep the slot data.