Skip to content

Commit f2b78ad

Browse files
committed
fix: Run lint:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 1fcd09b commit f2b78ad

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/ui/views/native/Home.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<template>
2-
<v-alert v-if="!isBrowserSupported" type="error">
2+
<v-alert
3+
v-if="!isBrowserSupported"
4+
type="error">
35
{{ 'This browser or WebView is not supported' }}
46
</v-alert>
57
<v-progress-circular
68
v-else
79
indeterminate
810
color="blue darken-1"
9-
class="ma-auto"
10-
/>
11+
class="ma-auto" />
1112
</template>
1213

1314
<script>

0 commit comments

Comments
 (0)