vue-vnode-syringe
vue-vnode-syringe copied to clipboard
Directive Support
Do you have a plan to support for directives?
Like as:
<vnode-syringe v-show="show">
<slot />
</vnode-syringe>
or for custom directives.
Thank you.
I'm wondering if it's even possible for a component to bypass something like v-if, but it's a good feature.
Will look into it! Thanks 👍
@cihad
I opened a PR for it.
Do you mind sharing your use-case? I'm wondering if there's a simple demo I can add to the README.