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