fix: do not inherrit attrs in Section component

This commit is contained in:
Shariq Ansari 2024-12-30 20:46:03 +05:30
parent f7bf5b176c
commit 9a7913bb43

View File

@ -81,3 +81,8 @@ function close() {
opened.value = false
}
</script>
<script>
export default {
inheritAttrs: false,
}
</script>