6 lines
108 B
Vue
6 lines
108 B
Vue
|
|
<!-- .vitepress/theme/Layout.vue -->
|
||
|
|
<template>
|
||
|
|
<h1>Custom Layout!</h1>
|
||
|
|
<Content />
|
||
|
|
</template>
|
||
|
|
|