fix(docs): import pinia example

This commit is contained in:
braks
2024-02-02 10:21:12 +01:00
parent 4b4bcdccbb
commit 1c54e39c3a
+4
View File
@@ -1,5 +1,9 @@
# Pinia # Pinia
<script setup>
import PiniaExample from '../../examples/pinia/PiniaExample.vue';
</script>
Using your existing storage implementation is not an issue. 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. You can store your elements in whatever store you're already using, mutate them there and pass the result to Vue Flow.