fix Spinner useless binding

This commit is contained in:
axolotle 2022-02-06 20:46:45 +01:00
parent 99067fb611
commit c672438faa

View file

@ -1,5 +1,5 @@
<template>
<div v-bind="$attr" :class="['custom-spinner', spinner]" />
<div :class="['custom-spinner', spinner]" />
</template>
<script>