feat: add SvgIcon component
正在显示
build/vite/plugin/svgSprite.ts
0 → 100644
| ... | ... | @@ -53,7 +53,7 @@ |
| "devDependencies": { | ||
| "@commitlint/cli": "^12.0.1", | ||
| "@commitlint/config-conventional": "^12.0.1", | ||
| "@iconify/json": "^1.1.311", | ||
| "@iconify/json": "^1.1.312", | ||
| "@ls-lint/ls-lint": "^1.9.2", | ||
| "@purge-icons/generated": "^0.7.0", | ||
| "@types/crypto-js": "^4.0.1", | ||
| ... | ... | @@ -101,7 +101,7 @@ |
| "stylelint-config-standard": "^20.0.0", | ||
| "stylelint-order": "^4.1.0", | ||
| "ts-node": "^9.1.1", | ||
| "typescript": "4.2.2", | ||
| "typescript": "4.2.3", | ||
| "vite": "^2.0.5", | ||
| "vite-plugin-compression": "^0.2.3", | ||
| "vite-plugin-html": "^2.0.3", | ||
| ... | ... | @@ -110,15 +110,16 @@ |
| "vite-plugin-purge-icons": "^0.7.0", | ||
| "vite-plugin-pwa": "^0.5.6", | ||
| "vite-plugin-style-import": "^0.7.6", | ||
| "vite-plugin-svg-icons": "^0.1.2", | ||
| "vite-plugin-theme": "^0.4.8", | ||
| "vite-plugin-windicss": "0.6.5", | ||
| "vite-plugin-windicss": "0.6.6", | ||
| "vue-eslint-parser": "^7.6.0", | ||
| "yargs": "^16.2.0" | ||
| }, | ||
| "resolutions": { | ||
| "//": "Used to install imagemin dependencies, because imagemin may not be installed in China.If it is abroad, you can delete it", | ||
| "bin-wrapper": "npm:bin-wrapper-china", | ||
| "esbuild": "0.8.55", | ||
| "esbuild": "0.8.56", | ||
| "rollup": "2.40.0" | ||
| }, | ||
| "repository": { | ||
| ... | ... |
src/assets/icons/test.svg
0 → 100644
src/components/Icon/src/SvgIcon.vue
0 → 100644
请
注册
或者
登录
后发表评论