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
I've got a custom model extending the pinia Model class. When I create a new instance of this model, either using repo.make(data) or the constructor, the resulting instance is empty :
Environment
Reproduction
https://stackblitz.com/edit/nuxt-starter-mhusga?file=app.vue
Describe the bug
I've got a custom model extending the pinia Model class. When I create a new instance of this model, either using repo.make(data) or the constructor, the resulting instance is empty :
results in :
MyProfile {}
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: