Appearance
Hello VitePress
base
link
table
| left-aligned(default) | centered | right-aligned |
|---|---|---|
| left | center | right |
| 123 | 123 | 123 |
| left 123 | center 123 | right 123 |
container
INFO
this is info container
TIP
this is tip container
WARNING
this is warning container
danger
this is danger container
Details
this is details container
Code
vue
<template> vue sfc test</template>
<script setup lang="ts">
import DDD from './DDD.vue'
</script>
1
2
3
4
5
2
3
4
5