[+] Create a graph component

This commit is contained in:
Hykilpikonna
2019-08-22 15:48:14 +08:00
parent 2a69d9a1de
commit 08e98c140f
3 changed files with 8 additions and 0 deletions
@@ -0,0 +1,8 @@
<template>
<div id="graph-overall">
</div>
</template>
<script src="./graph-overall.ts" lang="ts"></script>
<style src="./graph-overall.scss" lang="scss"></style>