Philipe Augusto
Philipe Augusto
For Vuex ORM the key of model is attribute "$id" as we can see in: **vuex-orm/query/Query.ts** ``` private deleteById (id: string | number | (number | string)[]): Data.Item { const...
@vuex-orm/core 0.34 solves the problem of null id, because Uid generate to $id and id attributes. But the plugin still dont work with composite keys
Thank you very much for the update =]
It will very nice this option, I need use rollup-plugin-postcss to convert sass files. Wait for this feature.
Thank you @klarkc for contribution, I'll check the code and pull your request.
@leobezr Could you create an example code with the problem? Its not happening in my tests: Example: https://codepen.io/phiny1/pen/YzPLOam
Merge and published
@QuanticPotatoes , Added to project. 😉