krausandre / content-blocks-gui

GNU General Public License v2.0
2 stars 0 forks source link

Remove pinia-getters for non-computed properties #8

Open jonaseberle opened 7 months ago

jonaseberle commented 7 months ago

It is fine to access the store data directly: https://pinia.vuejs.org/core-concepts/getters.html

Just mutations need to make sure that object changes are noticed by pinia.