buefy / nuxt-buefy

Nuxt Buefy
MIT License
221 stars 33 forks source link

Setting css: false for nuxt-buefy options breaking toast, snackbar dialogs and possibly others. #47

Closed cdrandin closed 4 years ago

cdrandin commented 4 years ago

I have the following versions:

"vue": "^2.5.17"
"nuxt": "^2.8.0"
"nuxt-buefy": "^0.3.15"

When I do the following in nuxt.config.js in modules

[...],
[
    "nuxt-buefy",
    {
        css: false
    },
],

for some reason, I can no longer trigger toast, snackbar nor dialogues.

this is just something I came across and I am unsure if this is a bug or intentional.

jtommy commented 4 years ago

What version did you use before?

cdrandin commented 4 years ago

I was using "nuxt-buefy": "^0.3.6" before I upgraded

jtommy commented 4 years ago

There are some breaking change, please check Buefy release 0.8.0 https://github.com/buefy/buefy/blob/dev/CHANGELOG.md#080