Skip to content

Commit

Permalink
fix: do not inherrit attrs in Section component
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Dec 30, 2024
1 parent f7bf5b1 commit 9a7913b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/Section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,8 @@ function close() {
opened.value = false
}
</script>
<script>
export default {
inheritAttrs: false,
}
</script>

0 comments on commit 9a7913b

Please sign in to comment.