Skip to content

Tailwind migration script changed emit('blur', props.modelValue) to emit('blur-sm', props.modelValue) #18318

@AndreasBuc

Description

@AndreasBuc

Just wanted to report this for your information.

Describe your issue

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?

Vite 6.3.5

What version of Node.js are you using?

v22.15.0

What operating system are you using?

Windows

Love Tailwind <3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions