Skip to content

Instantly share code, notes, and snippets.

<template>
<transition name="bravo6-goin-dark">
<div
class="the-loader"
v-show="isLoading"
>
<div class="the-loader__loader-icon--home24">
</div>
</div>
</transition>