darrenjennings / vue-autosuggest

🔍 Vue autosuggest component.
https://darrenjennings.github.io/vue-autosuggest
MIT License
621 stars 91 forks source link

nuxt not work component #166

Closed solinad21 closed 4 years ago

solinad21 commented 4 years ago

Use Nuxt 2.11.0 in SSR mode Node 10.16.3 NPM 6.9.0

Always when I click on the component it shows me all the suggestions and when I write some characters it doesn't generate any suggestions as if it didn't work.

nuxt-vue-autosuggest-no-work-2

nuxt-vue-autosuggest-no-work

darrenjennings commented 4 years ago

@solinad21 can you reproduce with a codesandbox? https://codesandbox.io/s/

darrenjennings commented 4 years ago

closing since the error is unclear and there is no reproduction link

mahiraltinkaya commented 3 years ago

Hi, i have same problem for this package. I am using in Nuxt SSR mode . I cant see any css maybe need a css code but i cant see anywhere. Can you help me ? Nuxt: 2.14.6

Create a Plugin image

Insert Plugin image

Plugin Result image

on template image

darrenjennings commented 3 years ago

@mahiraltinkaya this component does not come with any css, you have to write your own.