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
+4
View File
@@ -89,6 +89,10 @@ export const routes: RouterOptions['routes'] = [
path: '/updateable-edge',
component: () => import('./UpdatableEdge/UpdatableEdgeExample.vue'),
},
{
path: '/update-node',
component: () => import('./UpdateNode/UpdateNodeExample.vue'),
},
]
export const router = createRouter({