mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
fix pwa
This commit is contained in:
parent
6f10ec6e4f
commit
f5e6858fd3
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import Sidebar from "./components/SidebarPane.vue";
|
|||
import "./style.css";
|
||||
import "uno.css";
|
||||
|
||||
if (inBrowser) import("./pwa");
|
||||
// if (inBrowser) import("./pwa");
|
||||
|
||||
export default {
|
||||
Layout: () => {
|
||||
|
|
@ -13,5 +13,5 @@ export default {
|
|||
"sidebar-nav-before": () => h(Sidebar),
|
||||
});
|
||||
},
|
||||
enhanceApp({ app, router, siteData }) {},
|
||||
enhanceApp({ app, router, siteData }) { },
|
||||
} satisfies Theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue