add svgo
Main daploy / deploy (push) Successful in 43s

This commit is contained in:
2024-11-18 21:45:34 +02:00
parent 691d7137db
commit 9686f9bbc2
4 changed files with 237 additions and 31 deletions
+1
View File
@@ -16,6 +16,7 @@ watch(
() => props.isActive,
(isActive) => {
if (isActive) {
sectionRef.value?.querySelector('input')?.focus()
sectionRef.value?.scrollIntoView({ behavior: 'smooth' })
}
},