2020-07-27 19:53:19 +02:00
|
|
|
<template>
|
|
|
|
<div class="notification is-danger">
|
|
|
|
Loading failed, please <a @click="() => location.reload()">try again</a>.
|
|
|
|
If the error persists, please <a href="https://vikunja.io/contact/">contact us</a>.
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
2020-09-05 22:35:52 +02:00
|
|
|
export default {
|
|
|
|
name: 'error',
|
|
|
|
}
|
2020-07-27 19:53:19 +02:00
|
|
|
</script>
|