feat(docs): add shuffle to layout example

This commit is contained in:
braks
2024-02-08 22:39:01 +01:00
committed by Braks
parent c65f5cf56e
commit a0abe3af9d
5 changed files with 121 additions and 21 deletions
+3 -1
View File
@@ -2,4 +2,6 @@ export { default as LayoutApp } from './App.vue?raw'
export { default as LayoutElements } from './initial-elements.js?raw'
export { default as LayoutNode } from './ProcessNode.vue?raw'
export { default as LayoutEdge } from './AnimationEdge.vue?raw'
export { default as LayoutScript } from './useRunProcess.js?raw'
export { default as useRunProcess } from './useRunProcess.js?raw'
export { default as useShuffle } from './useShuffle.js?raw'
export { default as LayoutIcon } from './Icon.vue?raw'