[Snapshots] Add download as PNG and JPG buttons (#3123)

* working export

* fix lint errors
This commit is contained in:
Deep Tailor
2020-06-26 17:34:36 -07:00
committed by GitHub
parent 6dd8d448df
commit 9d2991ee10
3 changed files with 39 additions and 10 deletions

View File

@ -27,13 +27,13 @@
>
{{ condition.configuration.name }}
</span>
<span class="c-style__condition-desc__text"
v-if="!condition.isDefault"
<span v-if="!condition.isDefault"
class="c-style__condition-desc__text"
>
{{ description }}
</span>
<span class="c-style__condition-desc__text"
v-else
<span v-else
class="c-style__condition-desc__text"
>
Match if no other condition is matched
</span>