🐛 (PWA) Install app always there

This commit is contained in:
Julien Calixte
2019-11-08 14:35:20 +01:00
parent 7fbfcc1172
commit 315dd12401
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
<template>
<span class="install-app navbar-item" v-if="showInstall">
<span @click="prompt" class="install-button">installer</span>
<pwa-install></pwa-install>
</span>
</template>