Files
headlessui/packages/@headlessui-vue/src
Robin Malfait 7195eeed1a Fix ref element (#249)
* add small dom utility to resolve the dom node from a ref

* use dom() to resolve underlying DOM node

There is probably a better way to do this, the idea is that we apply a
ref to the component. However by default for html components
`yourRef.value` will be the underlying DOM node. However if you pass the
ref to another component, the actual DOM node will be located at
`yourRef.value.$el`.

Fixes: #21

* update changelog
2021-04-02 15:55:15 +02:00
..
2021-04-02 15:55:15 +02:00
2020-09-18 14:05:22 +02:00
2021-04-02 15:55:14 +02:00
2021-04-02 15:55:15 +02:00
2021-04-02 15:55:14 +02:00
2020-10-05 16:47:31 +02:00
2020-10-02 11:05:41 +02:00