💫 (new version) add transition

This commit is contained in:
2020-07-25 14:52:06 +02:00
parent 8f2e7e90ce
commit 90fb852c2d

View File

@@ -1,9 +1,11 @@
<template>
<transition name="fade">
<div class="sw-new-version" v-if="newVersion">
<button @click="reload">
<img src="@/assets/reload.svg" alt="reload" />
</button>
</div>
</transition>
</template>
<script lang="ts">