feat: add key layer reload/refresh back after database full loaded #72

perf: update database max keys each load next/all.
This commit is contained in:
tiny-craft
2023-11-10 11:52:54 +08:00
parent fa4929cd63
commit 7b3c3df230
4 changed files with 95 additions and 33 deletions

View File

@@ -142,8 +142,8 @@ watch(
</n-empty>
<keep-alive v-else>
<component
ref="contentRef"
:is="valueComponents[data.type]"
ref="contentRef"
:db="data.db"
:decode="data.decode || decodeTypes.NONE"
:end="data.end"