From eb79884c078591e3fffd1f4b611b4cb506c86f3d Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sun, 14 May 2023 09:23:18 +0800 Subject: [PATCH] atomatically load latest --- src/layouts/components/ChainProfile.vue | 4 +-- src/main.ts | 4 +-- src/modules/[chain]/block/[height].vue | 22 +++++++++------- src/modules/[chain]/block/index.vue | 21 +++++++-------- src/modules/[chain]/index.vue | 21 +++++++-------- src/modules/[chain]/staking/index.vue | 25 ++++++++---------- src/stores/useBaseStore.ts | 34 ++++++++++++++++++++++--- src/stores/useFormatter.ts | 7 ++--- 8 files changed, 81 insertions(+), 57 deletions(-) diff --git a/src/layouts/components/ChainProfile.vue b/src/layouts/components/ChainProfile.vue index 0b88819c..b1049d80 100644 --- a/src/layouts/components/ChainProfile.vue +++ b/src/layouts/components/ChainProfile.vue @@ -86,8 +86,8 @@ chainStore.$subscribe((m, s) => {
#{{ store.current.block?.header?.height }}
+#{{ current.block?.header?.height }}