You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ import { createPinia } from 'pinia'
82
82
app.use(createPinia())
83
83
```
84
84
85
-
This will also add devtools support.
85
+
This will also add devtools support. Some features like time traveling and editing are still not supported because vue-devtools doesn't expose the necessary APIs yet.
86
86
**NOTE**: this API is still experimental and is currently only used for devtools and SSR but that might change in the future.
0 commit comments