diff --git a/index.js b/index.js index 4ae41a6..790b06b 100644 --- a/index.js +++ b/index.js @@ -45,7 +45,7 @@ const VueNativeNotification = { // Show function var show = function (title, opts, { - onerror = function () { }, + onerror = function () { }, onclick = function () { }, onclose = function () { }, onshow = function () { }