ADD: TabSelect component
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user