fix: lint
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kolaente 2023-10-26 12:59:27 +02:00
parent b15d6f1fac
commit caf51e7a1c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -1,6 +1,7 @@
<template>
<transition :name="name">
<slot />
<!-- eslint-disable-next-line -->
<slot/>
</transition>
</template>