Skip to content
New issue

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

Directive Support #144

Open
cihad opened this issue Oct 27, 2020 · 3 comments · May be fixed by #147
Open

Directive Support #144

cihad opened this issue Oct 27, 2020 · 3 comments · May be fixed by #147
Labels
enhancement New feature or request

Comments

@cihad
Copy link

cihad commented Oct 27, 2020

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.

@privatenumber privatenumber added the enhancement New feature or request label Oct 31, 2020
@privatenumber
Copy link
Owner

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 👍

@privatenumber privatenumber linked a pull request Nov 1, 2020 that will close this issue
@privatenumber
Copy link
Owner

@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.

@cihad
Copy link
Author

cihad commented Nov 2, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants