update(examples): remove logs
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { ref, onMounted } from "vue";
|
import { ref } from "vue";
|
||||||
import {
|
import {
|
||||||
BackgroundVariant,
|
BackgroundVariant,
|
||||||
VueFlow,
|
VueFlow,
|
||||||
@@ -40,8 +40,6 @@ const { id, onPaneReady, store } = useVueFlow({
|
|||||||
nodeExtent: [[-50, -150], [500, 300]]
|
nodeExtent: [[-50, -150], [500, 300]]
|
||||||
});
|
});
|
||||||
|
|
||||||
onMounted(() => console.log(id));
|
|
||||||
|
|
||||||
onPaneReady((i) => emit("pane", i));
|
onPaneReady((i) => emit("pane", i));
|
||||||
|
|
||||||
const el = templateRef<HTMLDivElement>("el", null);
|
const el = templateRef<HTMLDivElement>("el", null);
|
||||||
|
|||||||
@@ -32,8 +32,6 @@ const edgePath = computed(() =>
|
|||||||
targetPosition: props.targetPosition,
|
targetPosition: props.targetPosition,
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
||||||
console.log(props)
|
|
||||||
</script>
|
</script>
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
Reference in New Issue
Block a user