1.0.7 • Published 2 years ago

vue-status-page v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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 default
  • error
  • was_not_found
  • no_data

width="" : String ("20vw" default value)

height="" : String ("auto" default value)

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago