vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

Short form of vg-comp tag stops rendering the parent component #237

Open al-coder opened 1 year ago

al-coder commented 1 year ago

Question

Hi, The short form of the tag vg-comp renders fine but stops rendering the parent component: From /vugu-master/wasm-test-suite/test-012-router:

<vg-comp expr="c.Body"/>
<h1>This text will not appear.</h1>

Do you experience the same behavior?