The `slots` in `mounting options` does not work for the text like one as below. ```js const wrapper = mount(ComponentWithSlots, { slots: { default: 'foo<span>bar</span>' }}) ``` ```js const wrapper = mount(FooComponent, { slots: { default: 'foo {{ bar }}' }}) ```