Files
headlessui/packages/@headlessui-vue/src/components/description
Robin Malfait acbc4d7d7e skip the Provider component and simplify context (#315)
I was on a walk, and I realised that in Vue you can just call
provide(Symbol, context), which means that a hook like `useLabels` can
just provide context...

This simplifies a lot!
2021-04-09 10:03:14 +02:00
..