Thunberg087 / vue-fragment

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

v-fragment not working? #14

Closed milewski closed 5 years ago

milewski commented 5 years ago

Hi after migrating from vue-fragments to vue-fragment the v-fragment directive no longer works..

vendor.c6089.js:41290 [Vue warn]: Unknown custom element: <v-fragment> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in
adi518 commented 5 years ago

See #8. The component should now be imported as Fragment and used in template like so: <fragment></fragment>.