Open
Description
When using this in new Quasar, nothing renders and dev server throws
`[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
found in
--->
...`
I found out more packages have this issue and that it should be configured on package level. Package should pre-compile templates before shipping (otherwise I would need to use build with compiler, which is bigger and not good practice). I would submit a PR but I am not sure how to configure it, since I never wrote any Vue plugin.