diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index 723ac87..370bb64 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -73,6 +73,10 @@ watch( { immediate: true } ) +const retryLoad = () => { + store.setUserRepo(props.user, props.repo) +} + onMounted(() => visitRepo()) onUnmounted(() => { @@ -102,6 +106,13 @@ onUnmounted(() => { +
+

Couldn't reach GitHub. Check your connection.

+ +