Show Button, when Upgrade Version is available ! (check from the server, the version number
- for debug: added led button to see when is calling the server and the IndexedDb.
This commit is contained in:
@@ -26,9 +26,24 @@ export default class Home extends Vue {
|
||||
created() {
|
||||
// console.log('Home created...')
|
||||
|
||||
|
||||
GlobalStore.actions.prova()
|
||||
}
|
||||
|
||||
meta() {
|
||||
return {
|
||||
keywords: { name: 'keywords', content: 'Quasar website' },
|
||||
// meta tags
|
||||
meta: {
|
||||
mykey: { name: 'mykey', content: 'Key 1' },
|
||||
description: { name: 'description', content: 'Page 1' },
|
||||
keywords: { name: 'keywords', content: 'Quasar website' },
|
||||
equiv: { 'http-equiv': 'Content-Type', content: 'text/html; charset=UTF-8' }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
mystilecard() {
|
||||
return {
|
||||
visibility: this.cardvisible,
|
||||
@@ -70,7 +85,7 @@ export default class Home extends Vue {
|
||||
return Notification.permission
|
||||
}
|
||||
|
||||
NotServiceWorker () {
|
||||
NotServiceWorker() {
|
||||
return (!('serviceWorker' in navigator))
|
||||
}
|
||||
|
||||
@@ -157,6 +172,8 @@ export default class Home extends Vue {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
askfornotification() {
|
||||
this.showNotif(this.$t('notification.waitingconfirm'), 'positive', 'notifications')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user