ADD: TabSelect component

This commit is contained in:
Robert Kossessa
2024-02-02 18:32:38 +01:00
parent e4d8a664f7
commit 99235bff44
6 changed files with 47 additions and 57 deletions

View File

@@ -44,8 +44,6 @@ let anim = null
let step = null
onMounted(() => {
console.log(step)
console.log(anim)
anim = setInterval(() => {
clearInterval(step)
const target = Math.floor(Math.random() * 127)