| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/software/Services/citygists/pages/auth/ |
Upload File : |
<template>
<f7-page name="newupdate">
<f7-navbar title="Update Your App" back-link="Back"></f7-navbar>
<f7-block-title>New App Update</f7-block-title>
<f7-block strong>
<h2>New App update is available</h2>
<p>Download from your play store</p>
</f7-block>
<f7-block>
<div class="page-content">
<img :src="$device.desktop ? '/images/googleimage.png' : 'file:/images/googleimage.png'" />
</div>
</f7-block>
<f7-block>
<div class="page-content">
<img :src="$device.desktop ? '/images/appleimage.png' : 'file:/images/appleimage.png'" />
</div>
</f7-block>
<f7-block>
<f7-button fill links="#">Update Your App Now</f7-button>
</f7-block>
</f7-page>
</template>
<script>
export default {
data() {
return {
//image: require("@/assets/images/googleimage.png"),
};
},
};
</script>