Coding Style: Refactor private "openModal()" method in hasModal mixin
Opened this issue · 0 comments
Deleted user commented
Official Vue Priority: A
Per the Vue Style Guide, private methods should be distinguished from public ones by either obscuring them inside of the calling method, or naming it with a special naming convention.