examples: add confirm delete example (#1466)

* examples: add confirm delete example

* docs: add confirm delete example
This commit is contained in:
Braks
2024-06-09 13:04:20 +02:00
committed by braks
parent 67da354917
commit 257c7aa704
12 changed files with 339 additions and 1 deletions
+1
View File
@@ -208,6 +208,7 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
{ text: 'Save & Restore', link: '/examples/save' },
{ text: 'Math Operation Flow', link: '/examples/math' },
{ text: 'Screenshot', link: '/examples/screenshot' },
{ text: 'Confirm Delete', link: '/examples/confirm' },
{ text: 'Node Visibility', link: '/examples/hidden' },
{ text: 'Node Intersections', link: '/examples/intersection' },
{ text: 'Multiple Flows', link: '/examples/multi' },