Thunberg087 / vue-fragment

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

refactor: change "fragment" to "Fragment" to allow both usages #59

Closed eyalch closed 2 years ago

eyalch commented 3 years ago

When registering a component with a kebab-case name then we could use it only with kebab-case, but if we register it using PascalCase then both kebab-case and PascalCase usages would work, like so:

spacedawwwg commented 3 years ago

+1

eyalch commented 2 years ago

@Thunberg087 Let's merge this?