All files / src/BaseParam BaseParamReadonly.vue

100% Statements 8/8
100% Branches 4/4
100% Functions 2/2
100% Lines 8/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 81x 12x 12x 12x 12x      
<template lang="pug">
ParamCard(:title='title' :isPrimary='!inEdit')
  template(#title)
    slot(name='title' v-bind='$props')
  include ../BaseInput/BaseInputReadonly.vue.pug
</template>
<script src='./BaseParamReadonly.vue.js' />