From 1c54e39c3adf785ed02ee73f6fa196d5131a7e6f Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:21:12 +0100 Subject: [PATCH] fix(docs): import pinia example --- docs/src/examples/pinia.md | 4 ++++ 1 file changed, 4 insertions(+) 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.