浏览代码

fix: actionsheet methods rename

richard1015 5 年之前
父节点
当前提交
d3c2ec42c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();
         }
       }
     }