From 683cd8be5d6cf42cce58eae4134459ee60658e8c Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 18 Sep 2022 14:24:16 +0200 Subject: Add store for models --- store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'store/index.js') diff --git a/store/index.js b/store/index.js index eabe2e5..a91e3a7 100644 --- a/store/index.js +++ b/store/index.js @@ -3,8 +3,8 @@ export const state = () => ({ }); export const getters = { - animation: (state) => { - return state.loading ? "animate-none" : "animate-spin"; + isLoading: (state) => { + return state.loading; }, }; export const mutations = { -- cgit v1.2.3-18-g5258