Thunberg087 / vue-fragment

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

Does not handle attributes nor props for functional components #27

Closed pertoyra closed 5 years ago

pertoyra commented 5 years ago

A Fragment wrapping functional components will not pass on attributes nor props.

See https://codesandbox.io/s/819v11pv3l

Using vue-fragment v1.5.0 and Vue v2.5.10.

pertoyra commented 5 years ago

Should be solved by PR https://github.com/y-nk/vue-fragment/pull/25