feat: add display of content length and size info

This commit is contained in:
tiny-craft
2023-10-30 00:54:45 +08:00
parent 30866d33f0
commit fd99b43798
14 changed files with 148 additions and 58 deletions

View File

@@ -29,6 +29,7 @@ const props = defineProps({
},
value: [String, Object],
size: Number,
length: Number,
viewAs: {
type: String,
default: formatTypes.PLAIN_TEXT,
@@ -70,6 +71,7 @@ const onReloadKey = async () => {
:decode="props.decode"
:key-code="props.keyCode"
:key-path="props.keyPath"
:length="props.length"
:name="props.name"
:size="props.size"
:ttl="props.ttl"