This commit is contained in:
taskylizard 2023-11-03 12:52:29 +05:30
parent 6f10ec6e4f
commit f5e6858fd3
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -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;