Skip to content
#

loading

Here are 674 public repositories matching this topic...

drewg233
drewg233 commented Apr 25, 2018

I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?

vue-loading-overlay
AfiqRosli
AfiqRosli commented Jan 4, 2021

I'm trying to stop the loading overlay once all assets (including images) done loaded. So I initialised the isLoading to true and attached load event listener in the mounted life hook.

When the load event listener is attached, the spinner only shows as a static image, frozen. If removed, it will spin forever.

There is no error message on the console.

App.vue

Template

<v-m

Improve this page

Add a description, image, and links to the loading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loading topic, visit your repo's landing page and select "manage topics."

Learn more