Skip to content
On this page

Hello VitePress

base

vitepress

table

left-aligned(default)centeredright-aligned
leftcenterright
123123123
left 123center 123right 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