karol-f / vue-custom-element

Vue Custom Element - Web Components' Custom Elements for Vue.js
https://karol-f.github.io/vue-custom-element/
MIT License
1.97k stars 187 forks source link

Question: Using slot-scope #174

Closed do-web closed 5 years ago

do-web commented 5 years ago

Is it posible to use slot-scope?

<custom-elem><template id="title" slot slot-scope="scope"><h1>{{scope}}</h1></template></custom-elem>

karol-f commented 5 years ago

Currently not unfortunately. Regards