mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
somewhat fix meta
h
This commit is contained in:
parent
d3d5858b13
commit
2b65bc9332
7 changed files with 42 additions and 47 deletions
20
guides.md
20
guides.md
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
title: Guides
|
||||
---
|
||||
<script setup>
|
||||
import { data } from "./.vitepress/loaders/guides.data";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h2>Guides</h2>
|
||||
<br />
|
||||
<ul>
|
||||
</ul>
|
||||
</template>
|
||||
<!-- <script setup> -->
|
||||
<!-- import { data } from "./.vitepress/loaders/guides.data"; -->
|
||||
<!-- </script> -->
|
||||
<!---->
|
||||
<!-- <template> -->
|
||||
<!-- <h2>Guides</h2> -->
|
||||
<!-- <br /> -->
|
||||
<!-- <ul> -->
|
||||
<!-- </ul> -->
|
||||
<!-- </template> -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue