Thunberg087 / vue-fragment

a very candide fragment component for Vue.js
http://jsfiddle.net/cdkn5wL3/
670 stars 51 forks source link

Can't Render last markup #67

Open jewells07 opened 3 years ago

jewells07 commented 3 years ago
<template>
  <Fragment>
    <Component/>
    <Component/> (This is not rendering)
     <br /> (Need to put extra something here to work above component )
  </Fragment>
</template>