fix: removing superfluous conditional
This commit is contained in:
parent
87027fa2d1
commit
a9b643ac7a
1 changed files with 2 additions and 11 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="box my-6 px-4 py-5">
|
<div class="box my-6 px-4 py-5 columns is-vcentered">
|
||||||
|
|
||||||
<div v-if="image" class="columns is-vcentered">
|
|
||||||
|
|
||||||
<template v-if="reverse">
|
<template v-if="reverse">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<h2 class="title is-4">{{ title }}</h2>
|
<h2 class="title is-4">{{ title }}</h2>
|
||||||
|
|
@ -27,13 +25,6 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-else class="is-vcentered">
|
|
||||||
<h2 class="title is-4">{{ title }}</h2>
|
|
||||||
<p class="has-text-white">{{ text }}</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue