dep updates
sidebar update code camp content about page
This commit is contained in:
parent
50c7e14d1f
commit
1c7c76c445
11 changed files with 121 additions and 18 deletions
13
docs/.vitepress/theme/components/CustomBlockquote.vue
Normal file
13
docs/.vitepress/theme/components/CustomBlockquote.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
<blockquote>
|
||||
<slot>YELLO</slot>
|
||||
</blockquote>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "CustomBlockquote"
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
Loading…
Add table
Add a link
Reference in a new issue