fix pwa
This commit is contained in:
parent
6f10ec6e4f
commit
f5e6858fd3
@ -5,7 +5,7 @@ import Sidebar from "./components/SidebarPane.vue";
|
|||||||
import "./style.css";
|
import "./style.css";
|
||||||
import "uno.css";
|
import "uno.css";
|
||||||
|
|
||||||
if (inBrowser) import("./pwa");
|
// if (inBrowser) import("./pwa");
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
Layout: () => {
|
Layout: () => {
|
||||||
@ -13,5 +13,5 @@ export default {
|
|||||||
"sidebar-nav-before": () => h(Sidebar),
|
"sidebar-nav-before": () => h(Sidebar),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
enhanceApp({ app, router, siteData }) {},
|
enhanceApp({ app, router, siteData }) { },
|
||||||
} satisfies Theme;
|
} satisfies Theme;
|
||||||
|
Loading…
Reference in New Issue
Block a user