1
0
forked from test/crm

chore: removed unused code

This commit is contained in:
Shariq Ansari 2023-11-20 14:41:43 +05:30
parent 0145b3b41d
commit 76d8c5bca1

View File

@ -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>