chore: add changeset
This commit is contained in:
18
.changeset/weak-swans-glow.md
Normal file
18
.changeset/weak-swans-glow.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
'@vue-flow/additional-components': minor
|
||||
'@vue-flow/core': minor
|
||||
---
|
||||
|
||||
Add zoomable and pannable to MiniMap
|
||||
|
||||
### Usage
|
||||
|
||||
- Set `zoomable` and `pannable` to `true` in `MiniMap` component to enable interactions with the MiniMap
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<VueFlow v-model="elements">
|
||||
<MiniMap :zoomable="true" :pannable="true" />
|
||||
</VueFlow>
|
||||
</template>
|
||||
```
|
||||
Reference in New Issue
Block a user