Merge branch 'develop' into feature/CSR-297
This commit is contained in:
commit
a710bad8bb
1 changed files with 0 additions and 2 deletions
|
|
@ -44,13 +44,11 @@
|
||||||
<script>
|
<script>
|
||||||
import buttonQuestion from "@/common-components/button-question/button-question";
|
import buttonQuestion from "@/common-components/button-question/button-question";
|
||||||
import listCard from "@/ux-components/list-card/list-card";
|
import listCard from "@/ux-components/list-card/list-card";
|
||||||
import radio from "@/ux-components/radio/radio";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "nestedRadio",
|
name: "nestedRadio",
|
||||||
components: {
|
components: {
|
||||||
buttonQuestion,
|
buttonQuestion,
|
||||||
radio,
|
|
||||||
listCard,
|
listCard,
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue