Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue
https://floating-vue.starpad.dev/
MIT License
3.28k stars 335 forks source link

Didn't declare any emits in `PopperWrapper` so all event listeners won't work #985

Open NeoLSN opened 1 year ago

NeoLSN commented 1 year ago

There are no emits has been declare in the PopperWrapper, so that all sub-components, such as Dropdown, Menu and Tooltip, the @update:shown="aVariable" won't work.

image