Skip to content

Commit 1f02575

Browse files
chore: Typo
1 parent df0fb95 commit 1f02575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DsfrAccordion/DsfrAccordion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default defineComponent({
7777
adjust () {
7878
this.$refs.collapse.style.setProperty('--collapser', 'none')
7979
const height = this.$refs.collapse.offsetHeight
80-
this.$refs.collapse.style.setProperty('--collaspe', -height + 'px')
80+
this.$refs.collapse.style.setProperty('--collapse', -height + 'px')
8181
this.$refs.collapse.style.setProperty('--collapser', '')
8282
},
8383
},

0 commit comments

Comments
 (0)