skywarth / country-routing-algorithm

GNU General Public License v3.0
1 stars 0 forks source link

Private attributes changed to underscore private #15

Closed skywarth closed 1 year ago

skywarth commented 1 year ago

Unfortunately Vue 3 doesn't support private attributes for class, it messes with state management.

https://github.com/vuejs/core/issues/8245 https://github.com/vuejs/core/issues/8149#issuecomment-1521009456

Hopefully it will be resolved in the future.