update: mini map to accept node slot instead of "nodes" slot

* some type updates

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-18 18:17:00 +01:00
parent a493168daf
commit 3e24a3585a
3 changed files with 18 additions and 6 deletions
@@ -6,7 +6,7 @@ export interface ControlButtonProps extends ButtonHTMLAttributes {}
const props: any = defineProps<ControlButtonProps>()
</script>
<template>
<button :class="['vue-flow__controls-button']" v-bind="props">
<button class="vue-flow__controls-button" v-bind="props">
<slot></slot>
</button>
</template>