-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VUE3 misc KvLightbox fixes #168
VUE3 misc KvLightbox fixes #168
Conversation
…tialized with visible true
@@ -30,7 +30,12 @@ module.exports = { | |||
} | |||
], | |||
include: path.resolve(__dirname, '../'), | |||
}) | |||
}), | |||
config.module.rules.push({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolves an issue I had after importing vue-use. vueuse/vueuse#718
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fixes! I'll look into good ways to test some of these things
} from 'vue-demi'; | ||
import { mdiClose } from '@mdi/js'; | ||
import FocusLock from 'vue-focus-lock'; | ||
import { useFocusTrap } from '@vueuse/integrations/useFocusTrap'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad you found a replacement!
Adds vueuse package for focus lock. Couldn't get the new version of vue-package-lock to work 🤷
Fixes a few other things lost in the conversion. If time, some tests around these things would be better.