This commit is contained in:
Shikong 2023-07-19 08:37:59 +08:00
parent 60b0b5938c
commit d3ebc8cbf5

View File

@ -35,7 +35,7 @@ const props = defineProps({
},
showMax: {
type:Boolean,
default: false
default: true
}
})
const memoryTotal = useMemoryTotalSizeWithByte()