Skip to content

Commit 937e6a5

Browse files
updated tables
1 parent ad7b889 commit 937e6a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/my_data.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<section class="section mt-6">
3-
<!-- <div class="column">
3+
<div class="column">
44
<BarChartStats/>
5-
</div> -->
5+
</div>
66

77
<!-- <div class="column">
88
<D3Chart/>
@@ -21,7 +21,7 @@
2121
<script>
2222
import { map, forEach } from "lodash"
2323
import { mapFields } from 'vuex-map-fields'
24-
import Table from "@/components/table/table.vue"
24+
import Table from "@/components/table/table-new.vue"
2525
import D3Chart from "@/components/charts/d3-chart.vue"
2626
import BarChartStats from "@/components/charts/bar-chart-stats.vue"
2727

0 commit comments

Comments
 (0)