perf: fix some types and delete some redundant

This commit is contained in:
xiaoxian521
2021-04-28 16:48:03 +08:00
parent 8cb2d896ad
commit 89162dee1e
14 changed files with 59 additions and 65 deletions

View File

@@ -30,7 +30,7 @@ import demoData from "./dataTurbo.json";
export default {
components: { NodePanel, Control, DataDialog },
setup() {
let lf = ref(null);
let lf = ref<ElRef>(null);
let graphData = ref(null);
let dataVisible = ref(false);
let config = ref({