-
Notifications
You must be signed in to change notification settings - Fork 101
Welcome to vue-final-modal Discussions! #29
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
- Ask questions you’re wondering about.
- Share ideas.
- Engage with other community members.
- Welcome others and are open-minded. Remember that this is a community we
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
Hello, using the package for the first time in Vue 3. I followed the documentation and integrated into my project but I am having some rendering issues. There is no modal rendered, only the content on the top of the page. Did I miss something to integrate proper css?
Beta Was this translation helpful? Give feedback.
All reactions
-
You have to implement CSS yourself with vue-final-modal. Because vfm is an renderless component.
Beta Was this translation helpful? Give feedback.
All reactions
-
I see. I just figured out that. Thanks!
Beta Was this translation helpful? Give feedback.