refactor: update icon usage to use mdi imports for consistency

This commit is contained in:
skytek_xinliang
2026-03-26 11:48:05 +08:00
parent 069141794e
commit ec3fbace1a
50 changed files with 454 additions and 198 deletions
-3
View File
@@ -8,13 +8,10 @@ export default vuetify({
rules: {
'vue/no-required-prop-with-default': 'off',
'vue/attributes-order': 'off',
'vue/no-template-shadow': 'off',
'@typescript-eslint/unified-signatures': 'off',
'@typescript-eslint/member-ordering': 'off',
'unicorn/prefer-query-selector': 'off',
'unicorn/no-array-sort':'off',
"vue/no-mutating-props" : "off",
'unicorn/prefer-logical-operator-over-ternary': 'off',
'unicorn/prefer-structured-clone': 'off',
}
})