fix: the page doesn't need to be re-rendered when the url changes (#87)

This commit is contained in:
Fine0830
2022-05-13 14:40:18 +08:00
committed by GitHub
parent 784c2e97b8
commit 918791f7ed
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ limitations under the License. -->
</div>
</template>
<script lang="ts" setup>
import { ref, watch, computed } from "vue";
import { ref, watch } from "vue";
import * as d3 from "d3";
import d3tip from "d3-tip";
import { flamegraph } from "d3-flame-graph";