Closed Ratatinator97 closed 4 years ago
How are you importing Buefy?
In nuxt.config.js
I have the following code :
modules: [ // Doc: https://buefy.github.io/#/documentation "nuxt-buefy", "@nuxtjs/pwa" ],
What version? Probably you are not using buefy 0.9.x
Yeah, I have the 8.2. How can I update this ? When I run npm update --save
it doesn't shows me newer versions of buefy... How can I do it ?
You have to upgrade to last nuxt-buefy version
Hey, I can't use the, as the error below shows, it is unknown.
[Vue warn]: Unknown custom element: <b-image> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
Many thanks for your awesome work