mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
attempting to build
This commit is contained in:
parent
9b91dfe270
commit
545aeaa006
4 changed files with 95 additions and 91 deletions
|
|
@ -1,11 +1,10 @@
|
|||
import { h } from "vue";
|
||||
import "uno.css"
|
||||
import "uno.css";
|
||||
import type { Theme } from "vitepress";
|
||||
import DefaultTheme from "vitepress/theme";
|
||||
import "./style.css";
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
Layout: () => {
|
||||
return h(DefaultTheme.Layout, null, {
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue