diff --git a/docs/src/examples/pinia.md b/docs/src/examples/pinia.md index a3a5550d..b25787aa 100644 --- a/docs/src/examples/pinia.md +++ b/docs/src/examples/pinia.md @@ -1,5 +1,9 @@ # Pinia + + Using your existing storage implementation is not an issue. You can store your elements in whatever store you're already using, mutate them there and pass the result to Vue Flow.