Android loading animations
-
Updated
Aug 4, 2019 - Java
Mb for nuxt asyncData api, because waitFor not working for this
Something like this
export default function (waiter, func) {
return async (...args) => {
const { app } = args[0];
try {
app.wait.start(waiter);
return await func.apply(this, args);
} finally {
app.wait.end(waiter);
}
};
};Or if vue-wait have this function, sorry a
Add a description, image, and links to the spinner topic page so that developers can more easily learn about it.
To associate your repository with the spinner topic, visit your repo's landing page and select "manage topics."
Would be really good to have some troubleshooting guide for using this tool to it's full extent!