-
-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Describe the feature
Hi there,
In vuex-orm we can use $ prefixed methods on entities. It looks like it doesn't exist in pinia-orm. It's not mandatory as it's possible todo it differently, but it makes the migration a bit longer.
Example: https://vuex-orm.org/guide/data/inserting-and-updating.html#save-method
const user = new User()
user.name = 'John Doe'
user.$save()Is it removed on purpose? Do you plan to add it? Or is there an existing alternative I missed?
Thanks
Additional information
- Would you be willing to help implement this feature?
- Could this feature be implemented as a module?
Final checks
- Check existing discussions and issues.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested