Problem with jquery plugins and server side rendering
[issue link]Hi, I have got stuck in a propensity of using : https://uiv.wxsm.space/typeahead
Whenever I add it in plugins with ssr: false it does not produce the dropdown section on page refresh . because the produced html through server rendering , does not have it .
When I set the ssr : true , it shows that window is undefined.
How should i use this plugin in nuxt