docs: move examples dir out of components dir
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
import Flow from './Flow.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="multiflows">
|
||||
<Flow />
|
||||
|
||||
<Flow />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user