From 49f13373f2924019669ff118369462ad9c3d50f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Thu, 1 Feb 2024 23:07:22 +0800 Subject: [PATCH] feat: cost time of parse --- components/NavBar.vue | 3 ++- composables/state.ts | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/NavBar.vue b/components/NavBar.vue index 89eea2f..f6146c1 100644 --- a/components/NavBar.vue +++ b/components/NavBar.vue @@ -16,7 +16,8 @@ import { version } from '../package.json'
- {{ parserVersion }} + {{ +parseCost.toFixed(1) }} ms + {{ parserVersion }}