fix: 修复 JsonViewer 参数类型错误的问题

This commit is contained in:
ali-pay
2025-12-17 11:23:06 +08:00
committed by Charles7c
parent ca30f95e67
commit 7d014d6d94

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="json_pretty_container"> <div class="json_pretty_container">
<JsonViewer expand-depth="5" :value="JSONObject" :theme="currentThemeClass" sort /> <JsonViewer :expand-depth="5" :value="JSONObject" :theme="currentThemeClass" sort />
<icon-copy class="copy_icon" @click="onCopy(JSONObject)" /> <icon-copy class="copy_icon" @click="onCopy(JSONObject)" />
</div> </div>
</template> </template>