whychdw
2021-01-07 7b5c024717256c4e189bd02084be8ab2b8a6d689
src/pages/home/topoGraph.vue
@@ -18,6 +18,9 @@
        mounted() {
            diagram = gridCircuitDiagram(this.$refs.static, this.$refs.flush);
        },
        destroyed() {
            diagram.stop();
        },
    }
</script>