Steps to reproduce:
Try to use a Vue component for a file name ending in .vue that has a <script> tag with module.exports providing a render function, and no <template> tag
Expected result:
VueComponentParser supports components with render functions
Actual result:
VueComponentParser complains about the missing template
While this could be worked around by having the file name not end in .vue, that shouldn't be needed as a work around