dennisbruner / vue-native-notification

Vue.js plugin for native notifications
https://www.npmjs.com/package/vue-native-notification
MIT License
71 stars 13 forks source link

Is there a way to get the permission? #11

Closed VictorioBerra closed 4 years ago

VictorioBerra commented 4 years ago

If the user denies notifications, id like to show some text in my template that warns them.

<p v-if="notificationsDenied">You have denied notifications. You will not be alerted when the operation completes.</p>