update(examples): Add update node example

This commit is contained in:
Braks
2021-10-22 11:05:27 +02:00
parent 0cc7ef4805
commit cd32f14a5a
7 changed files with 84 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const selectAll = () => {
</script>
<template>
<aside>
<div class="description">This is an example of how you can access the internal state outside of the ReactFlow component.</div>
<div class="description">This is an example of how you can access the internal state outside of the Vue Flow component.</div>
<div class="title">Zoom & pan transform</div>
<div class="transform">{{ [transform[0].toFixed(2), transform[1].toFixed(2), transform[2].toFixed(2)] }}</div>
<div class="title">Nodes</div>