Currently, the component that injected by D&D is inserted as self-closing tag (<MyComp/>). But I noticed it is more convenient to inject as separated syntax (<MyComp></MyComp>).
The most of cases, I edit the injected component to separate the start tag and end tag to put slot content.
Currently, the component that injected by D&D is inserted as self-closing tag (
<MyComp/>
). But I noticed it is more convenient to inject as separated syntax (<MyComp></MyComp>
).The most of cases, I edit the injected component to separate the start tag and end tag to put slot content.