0.0.1 • Published 6 years ago
vue-cart-state v0.0.1
Vue.js Cart State
Config
prop | description | type | default |
---|---|---|---|
name | Cart slug to be referenced internally (and on localStorage) | string | cart |
keys | Each developer/project has they own patterns of data management so you can define you current pattern to be used in the cart | object | { id: 'id', count: 'count', value: 'value' } |
0.0.1
6 years ago