Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 321040e

Browse files
committed
重命名为ChartCard
1 parent 8a68419 commit 321040e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/src/views/Chart.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<v-container>
33
<v-row>
44
<v-col cols="12">
5-
<Chart />
5+
<ChartCard />
66
</v-col>
77
</v-row>
88
</v-container>
99
</template>
1010

1111
<script>
12-
import Chart from "@/components/Chart.vue";
12+
import ChartCard from "@/components/ChartCard.vue";
1313
export default {
1414
components: {
15-
Chart
15+
ChartCard
1616
}
1717
};
1818
</script>

0 commit comments

Comments
 (0)