Test getFruits action with fruit-api
This commit is contained in:
5
src/store/getters.js
Normal file
5
src/store/getters.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
parsedFruits: () => {
|
||||
return [{ id: 1 }];
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user