jd-solanki / anu

Anu - DX focused utility based vue component library built on top of UnoCSS & VueUse ⚡️🔥

Home Page:https://anu-vue.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ATooltip]: middleware prop not working

IcetCode opened this issue · comments

commented

What is actually happening?

Custom middleware will be overridden by default middleware.

What is Expected?

Custom middleware should override default middleware.

commented

The cause of this bug is that the order of declaration bindings in Vue3 determines how the properties are merged.
reference: https://vueframework.com/guide/migration/v-bind.html#_2-x-syntax