Can I avoid the getter while keeping the reactivity?
organization
is reactive. I have a function returning me a money formatter (according to the organization's settings).
The issue is in the code I have to use formatMoney
like such:
Is it anyhow possible to keep reactivity on organization
but to write:
2 Replies