Skip to content

Passing text to slots in mounting options #244

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

Closed
38elements opened this issue Dec 9, 2017 · 0 comments
Closed

Passing text to slots in mounting options #244

38elements opened this issue Dec 9, 2017 · 0 comments
Labels

Comments

@38elements
Copy link
Contributor

The slots in mounting options does not work for the text like one as below.

const wrapper = mount(ComponentWithSlots, { slots: { default: 'foo<span>bar</span>' }})
const wrapper = mount(FooComponent, { slots: { default: 'foo {{ bar }}' }})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants