[+] Add a graph in overall

This commit is contained in:
Hykilpikonna
2019-08-22 17:02:26 +08:00
parent 9997080c63
commit a3c2bf6139
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -1,6 +1,8 @@
import {Component, Vue} from 'vue-property-decorator';
import GraphOverall from '@/pages/overall/graph-overall/graph-overall';
@Component({
components: {GraphOverall}
})
export default class Overall extends Vue
{
+4 -3
View File
@@ -1,8 +1,9 @@
<template>
<div id="overall">
<p>这是 Overall</p>
<graph-overall></graph-overall>
</div>
</template>
<script src="overall.ts" lang="ts"></script>
<style src="overall.scss" lang="scss"></style>
<script src="./overall.ts" lang="ts"></script>
<style src="./overall.scss" lang="scss"></style>