docs: fix version link

This commit is contained in:
bcakmakoglu
2022-06-03 13:26:05 +02:00
parent 3672b86df3
commit c6bda81c5e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ pageClass: examples
There is no built-in persistent storage feature, however you can use your own storage implementation.
::: tip State Management Libraries
Check the [pinia](/examples/pinia) example to see how to use Vue Flow with a state management library.
Check the [pinia](/examples/pinia.html) example to see how to use Vue Flow with a state management library.
:::
This example demonstrates save & restore functionality using the [`LocalStorage`](https://developer.mozilla.org/de/docs/Web/API/Window/localStorage) of the browser.