somewhere
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="pwa_dialog">
|
||||
<div class="dialog-wrapper">
|
||||
<div class="txt">
|
||||
<p>با نصب برنامه تحت وب آسان سرویس سریع تر به پنل کاربری خود دسترسی داشته باشید!</p>
|
||||
</div>
|
||||
<div class="btns">
|
||||
<button id="installPWA" class="btn btn-secondary secondary-reverse">نصب کن</button>
|
||||
<button id="closePwaDialog" class="btn btn-secondary cancel">فعلا نه!</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'PwaDialog'
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user