CSR-949 | Formatting
This commit is contained in:
parent
114e7ab26c
commit
98b3dd8e53
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
<template>
|
||||
<baseInputButton v-bind="$props" @buttonClicked="handleAnswerChange" v-model="selectedValue">
|
||||
<div class="package-label" :class="[this.buttonLabelSubCopy ? 'has-subheader' : '']" for="testradio">
|
||||
<div
|
||||
class="package-label"
|
||||
:class="[this.buttonLabelSubCopy ? 'has-subheader' : '']"
|
||||
for="testradio">
|
||||
<div class="package-specs">
|
||||
<p class="m-0">
|
||||
<span v-html="this.buttonLabel"></span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue