We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0fb95 commit 1f02575Copy full SHA for 1f02575
src/components/DsfrAccordion/DsfrAccordion.vue
@@ -77,7 +77,7 @@ export default defineComponent({
77
adjust () {
78
this.$refs.collapse.style.setProperty('--collapser', 'none')
79
const height = this.$refs.collapse.offsetHeight
80
- this.$refs.collapse.style.setProperty('--collaspe', -height + 'px')
+ this.$refs.collapse.style.setProperty('--collapse', -height + 'px')
81
this.$refs.collapse.style.setProperty('--collapser', '')
82
},
83
0 commit comments