diff --git a/pages/index.vue b/pages/index.vue index 6bc86c36a..9689bff61 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -266,6 +266,7 @@ class="icon" @click="prettifyRequestBody()" v-tooltip="$t('prettify_body')" + v-if="this.contentType.endsWith('json')" > assistant