Skip to content

Commit

Permalink
Mise à jour du projet Vercel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jan 1, 2024
1 parent beee3f6 commit 7ce2b3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion components/Math/CommentForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ watch(author, (author) => {
onMounted(async () => {
avatar.value = getAvatarUrl(author.value)
await nextTick()
avatarImageElement.value!.style.height = `${avatarInputElement.value!.offsetHeight - 2}px`
avatarImageElement.value!.style.height = `${avatarInputElement.value!.offsetHeight}px`
avatarInputElement.value!.style.paddingLeft = `${avatarInputElement.value!.offsetHeight + 6}px`
})
</script>
Expand Down
20 changes: 2 additions & 18 deletions vercel/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
{
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"jsxImportSource": "vue",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"skipLibCheck": true,
"isolatedModules": true,
"useDefineForClassFields": true,
"strict": true,
"noImplicitThis": true,
"esModuleInterop": true,
"types": [],
"verbatimModuleSyntax": true,
"allowJs": true,
"noEmit": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
"module": "NodeNext",
"moduleResolution": "NodeNext"
}

0 comments on commit 7ce2b3f

Please sign in to comment.