Browse Source

fix: actionsheet methods rename

richard1015 5 years ago
parent
commit
d3c2ec42c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/actionsheet/actionsheet.vue

+ 1 - 1
src/packages/actionsheet/actionsheet.vue

@@ -82,7 +82,7 @@ export default {
         if (value) {
           document.body.classList.add('nut-overflow-hidden');
         } else {
-          this.removeLockScrool();
+          this.removeLockScroll();
         }
       }
     }