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

Slot doesn't work in the html #193

Closed supproduction closed 4 years ago

supproduction commented 4 years ago

Steps to reproduce.

  1. Create custom element with slot
  2. Reflect this element in the html and put slot

Check behavior:

  1. Component with slot in the html
  2. Component with slot in the another vue file image

Also you can check it in this repo https://github.com/supproduction/vue-custom-element-shadow-dom-issue

supproduction commented 4 years ago

Sorry, I guess this is duplicate https://github.com/karol-f/vue-custom-element/issues/166

You can close it.