feat: add pwa install button (#27)
* feat: add pwa tooltip * feat: add pwa install button
This commit is contained in:
4
src/shims.d.ts
vendored
4
src/shims.d.ts
vendored
@@ -1,6 +1,10 @@
|
||||
declare interface Window {
|
||||
// extend the window
|
||||
wx: any
|
||||
/**
|
||||
* pwa install prompt event
|
||||
*/
|
||||
deferredPrompt: Event | any
|
||||
}
|
||||
|
||||
// with vite-plugin-md, markdowns can be treat as Vue components
|
||||
|
||||
Reference in New Issue
Block a user