I am not able to find binding.expression in Vue 3 from my custom directive's events. Has it been replaced by something else?
I need to access the raw expression to process it rather than the evaluated expression value.
Thank you.
I am not able to find binding.expression in Vue 3 from my custom directive's events. Has it been replaced by something else?
I need to access the raw expression to process it rather than the evaluated expression value.
Thank you.