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

@@ -16,7 +16,7 @@ export default {
type: String,
default: "vs"
},
language: String,
lang: String,
options: Object,
readOnly: Boolean,
amdRequire: {