feat:增加布局组件

This commit is contained in:
2025-12-15 23:25:25 +08:00
parent 7dfd151119
commit 2bb60d00e8
35 changed files with 194 additions and 73 deletions

View File

@@ -9,9 +9,11 @@ import '../theme/style.css'
import './style/var.css'
import './style/vp-code.css'
import './style/custom-block.css'
import MyLayout from './components/MyLayout.vue';
export default {
extends: DefaultTheme,
Layout: MyLayout,
setup() {
const route = useRoute()
const initZoom = () => {