vue-final-modal
vue-final-modal copied to clipboard
🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
@hunterliu1003 This is the branch I want to do more refactoring on. It's only to be merged into `v3/vitepress` after: - [ ] merging this PR: https://github.com/vue-final/vue-final-modal/pull/164 - [ ]...
@hunterliu1003 greatly improved the docs arrangement to make more sense for newer devs
Hello, I am on vue 3 and I try to initialize the module but there is an error : https://i.imgur.com/xOHafcm.png Here is my code: ```js import { createApp } from...
Is it possible to change background and text depending on a dark-mode class (on the body tag) or the `prefers-colo-scheme` media query? Personally, I prefer to set a `dark-mode` class...