docs(guide): add info on listening to events
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -159,6 +159,10 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
|
||||
items: [
|
||||
{ text: 'Configuration', link: '/guide/vue-flow/config' },
|
||||
{ text: 'State', link: '/guide/vue-flow/state' },
|
||||
{
|
||||
text: 'Events',
|
||||
link: '/guide/vue-flow/events',
|
||||
},
|
||||
{
|
||||
text: 'Actions',
|
||||
link: '/typedocs/interfaces/Actions.html',
|
||||
@@ -167,10 +171,6 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
|
||||
text: 'Getters',
|
||||
link: '/typedocs/interfaces/Getters.html',
|
||||
},
|
||||
{
|
||||
text: 'Events',
|
||||
link: '/typedocs/interfaces/FlowEvents.html',
|
||||
},
|
||||
{ text: 'Slots', link: '/guide/vue-flow/slots' },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user