Fix PWA install button

This commit is contained in:
NBTX
2019-08-24 13:59:41 +01:00
parent 575f8335d6
commit b7172da209
2 changed files with 9 additions and 4 deletions

View File

@@ -54,7 +54,9 @@
},
mounted () {
this.showInstallPrompt = intializePwa();
(async () => {
this.showInstallPrompt = await intializePwa();
})();
}
}
</script>