vue-status-page
v1.0.7
Published
Scaffolding of the page that responses with http status code
Downloads
4
Readme
Status Page
Scaffolding of the pages for displaying the error, under construction, data was not found or no data page with the http status code
Installation
import Vue from 'vue'
import VueStatusPage from 'vue-status-page'
Vue.use(VueStatusPage)
<template>
<div>
<StatusPage />
</div>
</template>
<script>
export default {}
</script>
Options
page="" : String
under_construction
as defaulterror
was_not_found
no_data