maestro-server/bootue

View on GitHub
src/displayer/template.html

Summary

Maintainability
Test Coverage
<div class="text-center">
  <div :class="['displayer', 'displayer-'+type]" :style="{width:width}" role="display">
    <slot></slot>
  </div>
</div>