357 B
357 B
@vue-flow/additional-components, @vue-flow/core
| @vue-flow/additional-components | @vue-flow/core |
|---|---|
| minor | minor |
Add zoomable and pannable to MiniMap
Usage
- Set
zoomableandpannabletotrueinMiniMapcomponent to enable interactions with the MiniMap
<template>
<VueFlow v-model="elements">
<MiniMap :zoomable="true" :pannable="true" />
</VueFlow>
</template>