mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
eslint cfg
This commit is contained in:
+4
-1
@@ -52,6 +52,9 @@
|
|||||||
"vars-on-top": 0,
|
"vars-on-top": 0,
|
||||||
"object-curly-spacing": ["error", "always"],
|
"object-curly-spacing": ["error", "always"],
|
||||||
"require-atomic-updates": 0,
|
"require-atomic-updates": 0,
|
||||||
"vue/require-default-prop": 0
|
"no-unused-vars": 1,
|
||||||
|
"vue/require-default-prop": 0,
|
||||||
|
"vue/no-mutating-props": 1,
|
||||||
|
"vue/no-v-text-v-html-on-component": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ mixin settingsTab
|
|||||||
el-dropdown-item(
|
el-dropdown-item(
|
||||||
v-text='$t("view.settings.appearance.appearance.theme_mode_material3")'
|
v-text='$t("view.settings.appearance.appearance.theme_mode_material3")'
|
||||||
@click.native='saveThemeMode("material3")')
|
@click.native='saveThemeMode("material3")')
|
||||||
.options-container-item(vif='!isLinux()')
|
.options-container-item(v-if='!isLinux()')
|
||||||
span.name {{ $t('view.settings.appearance.appearance.zoom') }}
|
span.name {{ $t('view.settings.appearance.appearance.zoom') }}
|
||||||
el-input-number(
|
el-input-number(
|
||||||
size='small'
|
size='small'
|
||||||
|
|||||||
Reference in New Issue
Block a user