chore: removed unused code
This commit is contained in:
parent
0145b3b41d
commit
76d8c5bca1
@ -177,12 +177,4 @@ const columns = [
|
||||
width: '8rem',
|
||||
},
|
||||
]
|
||||
|
||||
onMounted(() => {
|
||||
const el = document.querySelector('.router-link-active')
|
||||
if (el)
|
||||
setTimeout(() => {
|
||||
el.scrollIntoView({ behavior: 'smooth', block: 'start' })
|
||||
})
|
||||
})
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user