Refactor to bring the nuxt loading bar code out of the strategies
This commit is contained in:
@@ -6,7 +6,6 @@ const proxyStrategy = async (req, store) => {
|
||||
"https://postwoman.apollotv.xyz/",
|
||||
req
|
||||
);
|
||||
window.$nuxt.$loading.finish();
|
||||
return data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user