Fix PWA install button
This commit is contained in:
@@ -54,7 +54,9 @@
|
||||
},
|
||||
|
||||
mounted () {
|
||||
this.showInstallPrompt = intializePwa();
|
||||
(async () => {
|
||||
this.showInstallPrompt = await intializePwa();
|
||||
})();
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user