### Modal Options The `` component behavior can be customized. Use the `noscroll` prop to disable page scrolling when the modal is open. You also can use the `noclose` prop to prevent modal from closing if the user click on the background overlay. ```vue ```