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
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,21 @@ methods: {
180
180
}
181
181
```
182
182
183
+
## ⚠️ Build Tool Compatibility
184
+
185
+
**vue-multiselect requires Vue's Options API to function properly.** There are known issues with certain versions of `@vitejs/plugin-vue` that may inadvertently disable the Options API.
186
+
187
+
### Known Issue with @vitejs/plugin-vue
188
+
189
+
If you're experiencing issues after updating `@vitejs/plugin-vue` to version 5.2.2 or later, consider downgrading to version 5.2.1:
190
+
191
+
```bash
192
+
npm install @vitejs/plugin-vue@5.2.1
193
+
```
194
+
195
+
This issue occurs because changes in the plugin's configuration handling can disable the Options API even when not explicitly configured. See [issue #1901](https://github.com/shentao/vue-multiselect/issues/1901) for more details.
196
+
197
+
183
198
## Special Thanks
184
199
185
200
Thanks to Matt Elen for contributing this version!
0 commit comments