Files
estel_docs/content/1.简单文档/3.usage.md

44 lines
556 B
Markdown

---
title: 进行测试
description: Learn how to write and customize your documentation.
navigation:
icon: lucide-sliders
---
::playground
---
provider: stackblitz
repo: nuxt/starter
branch: v3
file: app.vue
---
::
# 这是一个H1标签
## 这是一个H2标签
### 这是一个H3标签
#### 这是一个H4标签
##### 这是一个H5标签
###### 这是一个H6标签
::field{name="Field" type="string" defaultValue="'default'" required}
The _description_ can be set as prop or in the default slot with full **markdown** support.
::