Pinia devtool display of date objects #1810
Unanswered
Esgator
asked this question in
Help and Questions
Replies: 1 comment
-
Where is that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo
I had a confussing interaction with the vue devtool where i was in the process of changing my store from vuex to pinia and having important date objects which where diffrently displayed in the pinia store then in the vuex.
In vuex it's displayed as a object where i can see all the elements. (see below)

In pinia i only see the String from the "$d" element. (see below)

Is that intentional? Because it was quite confussing to me. Anyone else had that experence? Or is it just me. Complitly fine by the way if thats the case :)
Maybe displaying the Object with all it's elements might be, at least in my humble obinion, a good idea.
Have a great day everybody.
Beta Was this translation helpful? Give feedback.
All reactions