mirror of
https://github.com/tenrok/vue-native-notification.git
synced 2026-06-24 00:20:34 +03:00
Correct typo
This commit is contained in:
@@ -17,7 +17,7 @@ import Vue from 'vue'
|
|||||||
import VueNativeNotification from 'vue-native-notification'
|
import VueNativeNotification from 'vue-native-notification'
|
||||||
|
|
||||||
Vue.use(VueNativeNotification, {
|
Vue.use(VueNativeNotification, {
|
||||||
// Automatic permiossion request before
|
// Automatic permission request before
|
||||||
// showing notification (default: true)
|
// showing notification (default: true)
|
||||||
requestOnNotify: true
|
requestOnNotify: true
|
||||||
})
|
})
|
||||||
@@ -63,4 +63,4 @@ this.$notification.requestPermission()
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](LICENSE.md)
|
[MIT](LICENSE.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user