feat: 添加icon组件,更多icon选择

This commit is contained in:
H0nGzA1
2023-02-21 22:17:30 +08:00
parent bb8a67886f
commit a729e004cd
12 changed files with 863 additions and 657 deletions

View File

@@ -68,7 +68,7 @@
/* Advanced Options */
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
"suppressImplicitAnyIndexErrors": true
"suppressImplicitAnyIndexErrors": false
},
"include": ["src/**/*.ts", "src/**/*.vue", "src/**/*.tsx", "src/**/*.d.ts"], // **Represents any directory, and * represents any file. Indicates that all files in the src directory will be compiled
"exclude": ["node_modules", "dist"] // Indicates the file directory that does not need to be compiled