DEV Community

Discussion on: Create modals with Vue3 Teleport + TailwindCSS

Collapse
 
egdiala profile image
egdiala

I'm having issues adding classes to my component after creating it with Vue3's teleport. The classes don't take effect even though it shows whenever I inspect element.

Collapse
 
egdiala profile image
egdiala

Found the issue. Apparently I was working with scoped styles.