diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-14 09:35:29 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-14 09:35:29 +0200 |
| commit | 71c0b59866ce3ef0ac57ac8cfc397858ae7e362b (patch) | |
| tree | 3c0d8fd623138b77cba351f6e6ac6375e589288b /src/components/still-image/still-image.vue | |
| parent | a97db1efd65d6ba598df6d5e9cff5f3d74c666e9 (diff) | |
lint
Diffstat (limited to 'src/components/still-image/still-image.vue')
| -rw-r--r-- | src/components/still-image/still-image.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index 4ea21506..e939b532 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -19,7 +19,7 @@ @load="onLoad" @error="onError" > - <slot/> + <slot /> </div> </template> |
