We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9607a47 commit c1c93edCopy full SHA for c1c93ed
1 file changed
README.md
@@ -180,6 +180,13 @@ methods: {
180
}
181
```
182
183
+## ⚠️ Important: Options API Dependency
184
+
185
+vue-multiselect requires Vue's Options API to function properly. Do not disable the Options API in your build configuration.
186
187
+If you're using Vite with @vitejs/plugin-vue, make sure your __VUE_OPTIONS_API__ is set to `true` in your configuration:
188
189
190
## Special Thanks
191
192
Thanks to Matt Elen for contributing this version!
0 commit comments