jd-solanki/anu

[ATooltip]: middleware prop not working

IcetCode opened this issue · 1 comments

What is actually happening?

Custom middleware will be overridden by default middleware.

What is Expected?

Custom middleware should override default middleware.

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