fix: do not inherrit attrs in Section component
This commit is contained in:
parent
f7bf5b176c
commit
9a7913bb43
@ -81,3 +81,8 @@ function close() {
|
|||||||
opened.value = false
|
opened.value = false
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
inheritAttrs: false,
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user