mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-31 02:26:54 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user