Akryum / floating-vue

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

[Vue warn]: Invalid handler for event "resize": got undefined #961

Open ninetowns opened 1 year ago

ninetowns commented 1 year ago

when load or hover component,the error is show

antfu commented 1 year ago

We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required

ninetowns commented 1 year ago

@antfu I installed the package using the following: npm i -S floating-vue@1.0.0-beta.19

I then created the following component:

<VTooltip>
  <a>Sponsor me</a>

  <template #popper>
    Help me fund my Open Source work!
  </template>
</VTooltip>

and I got this warning image