refactor(gui): Rename language property

renamed language property to lang to avoid conflict with global mixin

re #331

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-07-12 18:18:50 +05:30
parent dc43e4193d
commit b84b43d33f
11 changed files with 14 additions and 16 deletions

View File

@@ -386,7 +386,7 @@
class="editor card"
theme="vs-dark"
v-model="api.body"
language="json"
lang="json"
:options="{validate:true,documentFormattingEdits:true,foldingRanges:true}"
>
</monaco-json-editor>