anthony
skeleton does not work on dynamic routes
Currently building this out but I use these methods here --- https://fairshopping.io/
35 replies
skeleton does not work on dynamic routes
Sorry for the delay.
This is how I do this.
I set a const with a boolean of always true (because it should always be true initially)
const loading = ref<boolean>(true);
then inside template if we're not loading we need to show the actual data
if you set the useAsyncData to immediate: false
you'll need to also call the function to run it. I set a timeout within the onMounted so the skeleton has enough time to show and its not too flashy.
35 replies
BRBuildShip + Rowy
•Created by anthony on 2/12/2024 in #❓・buildship-help
Unable to delete workflow
I actually was able to delete the project and redeploy into a different location, no futher errors or issues.
2 replies