We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I'm wondering if it's even possible for a component to bypass something like v-if, but it's a good feature.
v-if
Will look into it! Thanks 👍
Sorry, something went wrong.
@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.
For example: https://codesandbox.io/s/collapse-example-with-vue-vnode-syringe-u84xu?file=/src/components/Collapse.vue:132-145
Successfully merging a pull request may close this issue.
Do you have a plan to support for directives?
Like as:
or for custom directives.
Thank you.
The text was updated successfully, but these errors were encountered: