Skip to content

Commit

Permalink
fix: actionsheet methods rename
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Dec 11, 2020
1 parent 4f90e40 commit d3c2ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/actionsheet/actionsheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
if (value) {
document.body.classList.add('nut-overflow-hidden');
} else {
this.removeLockScrool();
this.removeLockScroll();
}
}
}
Expand Down

0 comments on commit d3c2ec4

Please sign in to comment.