Closed amit-ksh closed 8 months ago
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
install
Sample Code 1) Go to https://codepen.io/amit-ksh/pen/jOvMEEw 1) 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:
Thanks @amit-ksh, it definitely should be updated!
Adding .searchClient to instantMeiliSearch() fixes the issue, made a PR.
.searchClient
instantMeiliSearch()
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 codeSample Code 1) Go to https://codepen.io/amit-ksh/pen/jOvMEEw 1) See the warnings in the console
Expected behavior Plugin should be a function or have an
install
functionCurrent behavior Not behaves as a Vue plugin
Environment: