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
I'd like to use scoped templates on vce to overwrite some output defined in my component.
E.g. i have a logout compomonet with a "Bootstop Button"
<b-button :id="'submit-'+_uid" type="submit" variant="primary"> <slot name="btnLogout">Logout</slot> </b-button>
and i like do overwrite it like so:
<app-logout> <template slot id="btnLogout">goodbye "{{username}}"</template> </app-logout>
The part inside the template isn't compiled, it's just printed out. How to solve this?
THX,
Volker
The text was updated successfully, but these errors were encountered:
Hi, sorry for the late response - can You please prepare e.g. CodeSandbox or GitHub repository? Thanks.
Sorry, something went wrong.
Hi @karol-f I think @volkerrichert is talking about scoped slots #174 (vuejs feature), It will be nice to have it.
scoped slots
any update on this?
Hi, unfortunately I won't implement it. But Pull Requests are welcome, regards!
karol-f
No branches or pull requests
I'd like to use scoped templates on vce to overwrite some output defined in my component.
E.g. i have a logout compomonet with a "Bootstop Button"
and i like do overwrite it like so:
The part inside the template isn't compiled, it's just printed out. How to solve this?
THX,
Volker
The text was updated successfully, but these errors were encountered: