buefy / nuxt-buefy

Nuxt Buefy
MIT License
223 stars 32 forks source link

VSCode Intellisense does not show tags or hints #60

Closed rohaanhamid closed 4 years ago

rohaanhamid commented 4 years ago

I tried creating a new project with @Vui/CLI with Buefy and my setup works.

I have also tried installing the buefy-helper-json package. How can this be fixed?

jtommy commented 4 years ago

You haven't install buefy-helper because vetur reads it automatically

rohaanhamid commented 4 years ago

Just an FYI, I manually copied the tags.json and attributes.json files from Buefy and added them Nuxt-Buefy along with the Vetur setting in package.json and all the tags now work. I think there a PR to ship this change this with the Nuxt-Buefy package.

jtommy commented 4 years ago

No, there is already a PR on vetur repository that allows to read the .json from buefy bundle. Thanks anyway

rohaanhamid commented 4 years ago

Alright that makes sense.