TiBianMod / vuex-orm-decorators

Decorator Syntax for Vuex ORM for better type safety.
MIT License
29 stars 11 forks source link

Support composite key for PrimaryKey decorator #20

Closed dmitryrazinkov closed 2 years ago

dmitryrazinkov commented 2 years ago

@TiBianMod Hi! Thank you for reviewing my previous PR and for your work on the library.

I updated it, added tests and updated the docs. Please be free to reject it if you believe that it's not needed for the library and having the possibility to set primaryKey static property is enough.

TiBianMod commented 2 years ago

Thank you for the pull request @dmitryrazinkov