diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-22 20:47:35 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-22 20:47:35 +0300 |
| commit | b67db47c888dd45c49a49b82e7922c2bf40ed61c (patch) | |
| tree | 4b906ce653bc068c67619e25d643e05f51bc027c /src/components/status_body/status_body.vue | |
| parent | dd3fe61cf3cfcb1b41d1d34aa23ba99325d9dd56 (diff) | |
lint
Diffstat (limited to 'src/components/status_body/status_body.vue')
| -rw-r--r-- | src/components/status_body/status_body.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue index 91ab1797..1001508c 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -1,7 +1,7 @@ <template> -<div - class="StatusBody" - :class="{ '-compact': compact }" + <div + class="StatusBody" + :class="{ '-compact': compact }" > <div class="body"> <div |
