maestro-server/bootue

View on GitHub
src/displayer/script.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

export default {
  props: {
    type: {type: String, default: "success"},
    value: {type: Boolean, default: true},
    width: {type: String}
  }
}