fix(接口调试): 请求体支持格式化

--bug=1037191 --user=王旭 【接口调试】请求体是xml格式,不支持格式化 https://www.tapd.cn/55049933/s/1483966
This commit is contained in:
WangXu10 2024-03-29 15:34:36 +08:00 committed by 刘瑞斌
parent 8bb7b0c86c
commit fdebf29e7b
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@
height="100%" height="100%"
:show-full-screen="false" :show-full-screen="false"
:show-theme-change="false" :show-theme-change="false"
:show-code-format="true"
:language="currentCodeLanguage" :language="currentCodeLanguage"
> >
</MsCodeEditor> </MsCodeEditor>