Main store for this application
- Namespaced :
-
- Yes
Members
inneritems Array warehouse-module.js, line 9
the items you have selected
Methods
staticextractComments() → {Array.<String>} warehouse-module.js, line 64
Getters
staticitems() → {Array.<Item>} warehouse-module.js, line 74
Mutations
staticADD_TO_CART(payload) warehouse-module.js, line 17
push new item into the cart
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
payload | Object |
Properties
|
Actions
asyncstaticgetAllGood() → {Array.<SimpleItem>} warehouse-module.js, line 34
get the goods async fashion from API
- See:
asyncstaticgetThatGood(item) → {Array.<SimpleItem>} warehouse-module.js, line 45
get the good async fashion from API
Parameters:
Name | Type | Description |
---|---|---|
item | Item | the item to get |