FranckFreiburger / http-vue-loader

load .vue files from your html/js
MIT License
1.49k stars 275 forks source link

Support multiple components in a single .vue file. #81

Closed telramund closed 5 years ago

telramund commented 5 years ago

When dealing with many small components, it can be convenient to keep them all in a single file, especially during prototyping.

telramund commented 5 years ago

Need to support nesting components defined in the same file.