Install PWA button
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user