This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Vuejs component propeties can be protected instead of private #461
Labels
good first issue
Good for newcomers
Overview of the feature request
While I was working on my post with JHipster + VueJS side by side, I realized that the VueJS generator does not generate the components with protected properties.
This was also true for some time for Angular, but after some discussion it was merged
jhipster/generator-jhipster#8839
I open this issue to know if there is a particular reason to keep the fields private, or if we can try to change it, at least for the entities.
Motivation for or Use Case
The same reasons behind the change in Angular
jhipster/generator-jhipster#8839
Related issues or PR
jhipster/generator-jhipster#8839
jhipster/generator-jhipster#8844
The text was updated successfully, but these errors were encountered: