Feat: Parse and render csv

This commit is contained in:
2018-11-30 12:07:39 +01:00
parent ea872699df
commit 0bba1a9131
3 changed files with 37 additions and 23 deletions

View File

@@ -1,9 +1,7 @@
<template>
<div class="import">
<h1>Analyse</h1>
<p>{{ data_dir }}</p>
<p>{{ csvs }}</p>
<p>{{ datas }}</p>
<b-table striped hover :items="datas.data"></b-table>
</div>
</template>