You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run the npx @tailwindcss/upgrade script and everything worked fine, but it did change emit('blur', props.modelValue) to emit('blur-sm', props.modelValue)
in my Vue3 app. Thus the @blur does not trigger, since the event is not called blur anymore.
What version of Tailwind CSS are you using?
migrated from ^3.0.18 to ^4.1.9
What build tool (or framework if it abstracts the build tool) are you using?