UNPKG

vue-status-page

Version:

Scaffolding of the page that responses with http status code

39 lines (27 loc) 596 B
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 ```js import Vue from 'vue' import VueStatusPage from 'vue-status-page' Vue.use(VueStatusPage) ``` ```vue <template> <div> <StatusPage /> </div> </template> <script> export default {} </script> ``` ## Options ### page="" : `String` - `under_construction` as default - `error` - `was_not_found` - `no_data` ### width="" : `String` `("20vw" default value)` ### height="" : `String` `("auto" default value)`