Scaffolding of the pages for displaying the error, under construction, data was not found or no data page with the http status code
import Vue from 'vue'
import VueStatusPage from 'vue-status-page'
Vue.use(VueStatusPage)
<template>
<div>
<StatusPage />
</div>
</template>
<script>
export default {}
</script>
-
under_construction
as default error
was_not_found
no_data