forked from extern/homer
Fixed prettier warning
This commit is contained in:
parent
e6c106eb72
commit
9bb51bb244
@ -70,7 +70,7 @@
|
|||||||
<!-- Horizontal layout -->
|
<!-- Horizontal layout -->
|
||||||
<div v-if="!vlayout || filter" class="columns is-multiline">
|
<div v-if="!vlayout || filter" class="columns is-multiline">
|
||||||
<template v-for="(group, groupIndex) in services">
|
<template v-for="(group, groupIndex) in services">
|
||||||
<h2
|
<h2
|
||||||
v-if="group.name"
|
v-if="group.name"
|
||||||
class="column is-full group-title"
|
class="column is-full group-title"
|
||||||
:key="`header-${groupIndex}`"
|
:key="`header-${groupIndex}`"
|
||||||
|
Loading…
Reference in New Issue
Block a user