style: indent a div
This commit is contained in:
parent
446038d37f
commit
ec5fca5d1b
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
<template>
|
||||
<div class="radio-buttons-container" ref="radioButtonsContainer">
|
||||
<div
|
||||
v-for="(textString, index) in props.textStrings"
|
||||
class="radio-button"
|
||||
@click="onClick(index)"
|
||||
>
|
||||
<div v-for="(textString, index) in props.textStrings"
|
||||
class="radio-button"
|
||||
@click="onClick(index)">
|
||||
<span class="radio-button-radio"></span>
|
||||
<span class="radio-button-text">{{ textString }}</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue