feat: 添加图层模式控制选项

This commit is contained in:
tnt group
2022-09-27 20:14:00 +08:00
parent 0481d42f36
commit 04539d605d
5 changed files with 67 additions and 26 deletions
+1
View File
@@ -22,6 +22,7 @@ module.exports = {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-unused-vars': 'off',
'vue/no-unused-vars': 'off',
'vue/multi-word-component-names': 'off',
'vue/valid-template-root': 'off',
'vue/no-mutating-props': 'off'