chore(docs): update drag and drop example

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent be57e51685
commit 88beaeca2b
7 changed files with 162 additions and 69 deletions
+11
View File
@@ -0,0 +1,11 @@
<script lang="ts" setup>
import { Background } from '@vue-flow/background'
</script>
<template>
<div style="height: 100%; width: 100%">
<Background :size="2" :gap="20" pattern-color="#BDBDBD">
<slot />
</Background>
</div>
</template>