mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
somewhat fix sidebar card
This commit is contained in:
parent
d21122f18c
commit
8a9bd257d1
5 changed files with 14 additions and 27 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { h } from "vue";
|
||||
import { type Theme, inBrowser } from "vitepress";
|
||||
import DefaultTheme from "vitepress/theme";
|
||||
import Sidebar from "./layouts/Sidebar.vue";
|
||||
import Sidebar from "./components/SidebarPane.vue";
|
||||
import "./style.css";
|
||||
import "uno.css";
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ if (inBrowser) import("./pwa");
|
|||
export default {
|
||||
Layout: () => {
|
||||
return h(DefaultTheme.Layout, null, {
|
||||
"sidebar-nav-after": () => h(Sidebar),
|
||||
"sidebar-nav-before": () => h(Sidebar),
|
||||
});
|
||||
},
|
||||
enhanceApp({ app, router, siteData }) { },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue