fix: typings for UseVueFlow
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,10 @@ export const routes: RouterOptions['routes'] = [
|
||||
path: '/basic',
|
||||
component: () => import('./Basic/Basic.vue'),
|
||||
},
|
||||
{
|
||||
path: '/basic-options-api',
|
||||
component: () => import('./Basic/BasicOptionsAPI.vue'),
|
||||
},
|
||||
{
|
||||
path: '/custom-connectionline',
|
||||
component: () => import('./CustomConnectionLine/CustomConnectionLine.vue'),
|
||||
|
||||
Reference in New Issue
Block a user