feat(tree): 完成树形组件复选框功能
This commit is contained in:
@@ -60,6 +60,7 @@ module.exports = {
|
||||
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
||||
'vue/one-component-per-file': 'off',
|
||||
'@typescript-eslint/no-non-null-assertion': 'off',
|
||||
'vue/no-mutating-props': 'off',
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user