feat: add edge with button example
This commit is contained in:
@@ -24,6 +24,10 @@ export const routes: RouterOptions['routes'] = [
|
||||
{
|
||||
path: '/edges',
|
||||
component: () => import('./Edges')
|
||||
},
|
||||
{
|
||||
path: '/button-edge',
|
||||
component: () => import('./EdgeWithButton/EdgeWithButton.vue')
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user