WIP: initial setup with vite and vitepress, example with button
This commit is contained in:
7
docs/guide/button/button.md
Normal file
7
docs/guide/button/button.md
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup>
|
||||
import ButtonExample from './ButtonExample.vue'
|
||||
</script>
|
||||
|
||||
# Button
|
||||
|
||||
<ButtonExample />
|
||||
Reference in New Issue
Block a user