renoguyon / vuejs-noty

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

this.$noty.create not work #19

Open uranik777 opened 2 years ago

uranik777 commented 2 years ago

Try run example from README.md

this.$noty.create({
    text: 'This is a custom notification!',
    type: 'warning',
    layout: 'topCenter',
    timeout: 4500,
    progressBar: false
}).show();

throw error TypeError: this.$noty.create is not a function

AMAFsoft commented 10 months ago

same here