meilisearch-vue
meilisearch-vue copied to clipboard
CDN vue-instantsearch plugin does not have the `install` function
Description
VueInstantSearch for Vue3 does not behave as a Vue plugin since it is not a function or has an install function.
For making, it works properly, additional steps are to be taken as mentioned in the quick start code
Sample Code
- Go to https://codepen.io/amit-ksh/pen/jOvMEEw
- See the warnings in the console
Expected behavior
Plugin should be a function or have an install function
Current behavior Not behaves as a Vue plugin
Environment:
- vue-instantsearch version: 4.5.0
- Vue.js version: 3.0.0