npm run dev
VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
- Html
- Css
- VueJs with TypeScript
This is a reusable modal component implemented using Vue.js. The component provides a customizable modal window that can be easily integrated into Vue.js applications.
- Opens and closes based on the open prop.
- Emits a close event when the modal is closed.
- Manages the body scroll overflow to prevent scrolling when the modal is open.
- Supports custom content via the element.
npm install vue