add csv parsing and begin proper import

This commit is contained in:
2022-03-23 19:39:29 +00:00
parent 61d8e30738
commit 2180df8f21
4 changed files with 73 additions and 38 deletions

View File

@@ -11,6 +11,7 @@ import NProgress from "nprogress";
import "nprogress/nprogress.css";
import { DateTime } from "luxon";
import VueCurrencyInput from "vue-currency-input";
//import Pappa from "papaparse";
//my libs
import errorhandler from "./api/errorhandler";