💫 (new version) add transition
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<transition name="fade">
|
||||||
<div class="sw-new-version" v-if="newVersion">
|
<div class="sw-new-version" v-if="newVersion">
|
||||||
<button @click="reload">
|
<button @click="reload">
|
||||||
<img src="@/assets/reload.svg" alt="reload" />
|
<img src="@/assets/reload.svg" alt="reload" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</transition>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|||||||
Reference in New Issue
Block a user