VueGWT / vue-gwt

Vue.js Components/Custom Elements in Java with GWT. Developed at https://www.genmymodel.com.
https://vuegwt.github.io/vue-gwt/
MIT License
204 stars 46 forks source link

Attribute "name" from @Component is not used for local registration #10

Closed adrienbaron closed 6 years ago

adrienbaron commented 7 years ago

When registering a local component using the components attribute of the @Component annotation the ClassName of the imported component is used even if that component has it's name attribute set in it's @Component annotation. The name attribute should always be taken into account when present.