Skip to content

PSA: Do NOT disable the options API in your application #1901

@kai42069

Description

@kai42069

Hey Peeps

I found out the hard way (2 days of trying to figure out WHY my application [specifically this multiselect] broke) when I updated dependencies..

https://vuejs.org/api/compile-time-flags#VUE_OPTIONS_API

VUE_OPTIONS_API: 'false' // Multiselect will die

Weirdly though, it only started to die once my vitejs/plugin-vue version exceeded 5.2.1.

"@vitejs/plugin-vue": "5.2.1" // Fine
"@vitejs/plugin-vue": "5.2.2" // Issues started

Hope I saved you all some time/anguish.

-_- Kai

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions