Added functionality for adding and deleting transactions manually, and loading and saving using localstorage, however there is a bug with the job passed to localstorage. Also changed the data structure slightly.

This commit is contained in:
Josh Creek
2019-04-13 21:57:01 +01:00
parent c5eb1435a3
commit 310adecdc0
8 changed files with 200 additions and 51 deletions
+1
View File
@@ -9,6 +9,7 @@
},
"dependencies": {
"core-js": "^2.6.5",
"uuid": "^3.3.2",
"vue": "^2.6.6",
"vue-router": "^3.0.1"
},