mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
eslint cfg
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
"vars-on-top": 0,
|
||||
"object-curly-spacing": ["error", "always"],
|
||||
"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(
|
||||
v-text='$t("view.settings.appearance.appearance.theme_mode_material3")'
|
||||
@click.native='saveThemeMode("material3")')
|
||||
.options-container-item(vif='!isLinux()')
|
||||
.options-container-item(v-if='!isLinux()')
|
||||
span.name {{ $t('view.settings.appearance.appearance.zoom') }}
|
||||
el-input-number(
|
||||
size='small'
|
||||
|
||||
Reference in New Issue
Block a user