Skip to content

Commit 19f498a

Browse files
authored
Typo fix
1 parent 435a857 commit 19f498a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/collapse.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
}
146146
}
147147
},
148-
handleReszie() {
148+
handleResize() {
149149
// Handler for orientation/resize to set collapsed state
150150
if (getComputedStyle(this.$refs.collaspe).display === 'block') {
151151
// Initially open

0 commit comments

Comments
 (0)