src/utils/scroll-lock.js const $body = document.querySelector('body'); export default { enable() { $body.style.overflow = 'hidden'; } ...
確定! 回上一頁