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

@@ -23,7 +23,7 @@
<monaco-json-editor
:validate="false"
v-model="jsonContent"
language="json" style="height: 500px;width: 100%;min-width: 250px"
lang="json" style="height: 500px;width: 100%;min-width: 250px"
></monaco-json-editor>
</div>
</div>