Koha/koha-tmpl/intranet-tmpl/prog/js/vue
Pedro Amorim 1610a1d163
Bug 33408: Add storeToRefs to ERMStore
It makes it so that any changes to the local property
is also reflected in the store and other components are
made aware of the new value. No need to explicitly
change both local property and store property values.

Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-04-13 11:48:04 -03:00
..
components Bug 33408: Add storeToRefs to ERMStore 2023-04-13 11:48:04 -03:00
composables
fetch Bug 33408: Fetch sysprefs from svc/config/systempreferences 2023-04-13 11:47:58 -03:00
modules Bug 33408: Store sysprefs in a new ERM store 2023-04-13 11:48:03 -03:00
routes Bug 32991: Agreements: Add delete dialog to show. Removed FormConfirmDelete component and routes 2023-03-10 11:15:32 -03:00
stores Bug 33408: Store sysprefs in a new ERM store 2023-04-13 11:48:03 -03:00
messages.js Bug 32983: ERM - Retrieve AVs from an endpoint 2023-03-02 14:46:09 -03:00
vue-shims.d.ts