docs: update ready components pages
This commit is contained in:
8
docs/components/modal/examples/ModalExample.vue
Normal file
8
docs/components/modal/examples/ModalExample.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="vp-raw flex flex-col">
|
||||
<Modal></Modal>
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import { Modal } from '../../../../src/index'
|
||||
</script>
|
||||
Reference in New Issue
Block a user