renoguyon / vuejs-noty

A Vue JS wrapper around Noty
156 stars 29 forks source link

The plugin does absolutely nothing #14

Closed ghost closed 4 years ago

ghost commented 4 years ago

I have vue version 2.6.12 and vuejs-noty version 0.1.3. I initialize:

Vue.use(VueNoty, {
  timeout: 4000,
  progressBar: false,
  layout: 'topCenter',
});

and call it in a component:

      console.log(this.$noty)
      this.$noty.show("Status updated!")

the noty object is printed, but there is absolutely no notification, absolutely nothing happens in the screen. There is no error in the console. How can I proceed to debug it further?