Install PWA button

This commit is contained in:
Liyas Thomas
2020-07-17 11:14:25 +05:30
parent 4dc76b864f
commit b686298a5f

View File

@@ -7,6 +7,14 @@
</nuxt-link> </nuxt-link>
</span> </span>
<span> <span>
<button
class="icon"
id="installPWA"
@click.prevent="showInstallPrompt()"
v-tooltip="$t('install_pwa')"
>
<i class="material-icons">offline_bolt</i>
</button>
<a <a
href="https://github.com/liyasthomas/postwoman" href="https://github.com/liyasthomas/postwoman"
target="_blank" target="_blank"
@@ -63,14 +71,6 @@
</div> </div>
</template> </template>
</v-popover> </v-popover>
<button
class="icon"
id="installPWA"
@click.prevent="showInstallPrompt()"
v-tooltip="$t('install_pwa')"
>
<i class="material-icons">offline_bolt</i>
</button>
<v-popover> <v-popover>
<button class="icon" v-tooltip="$t('more')"> <button class="icon" v-tooltip="$t('more')">
<i class="material-icons">drag_indicator</i> <i class="material-icons">drag_indicator</i>