chore(docs): update drag and drop example
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user