buefy / nuxt-buefy

Nuxt Buefy
MIT License
223 stars 32 forks source link

Toast not working from 0.3.0 #61

Closed claide closed 4 years ago

claide commented 4 years ago

Hi, been using this package for a year now but I wonder why toasts are not working anymore. Already did upgraded to v0.3.30 but still no luck.

package.json "nuxt-buefy": "^0.3.30",

nuxt.config.js

...
modules: [
    ...
    'nuxt-material-design-icons',
    ['nuxt-buefy', { css: false, materialDesignIcons: true }]
    ...
  ],
...

component

mounted() {
    this.$buefy.toast.open('Something happened')
},
astagi commented 4 years ago

Hi @claide

I tried your code using nuxt-buefy v0.3.30 both in universal mode and static generation, everything works fine for me

image

Could you please share your project?

claide commented 4 years ago

Hey, thanks for your response. It's working now maybe some other packages causes the issue. Thanks again.