chore: improve icon-picker logic
正在显示
| ... | ... | @@ -41,7 +41,7 @@ |
| "path-to-regexp": "^6.2.0", | ||
| "qrcode": "^1.4.4", | ||
| "sortablejs": "^1.13.0", | ||
| "vditor": "^3.8.1", | ||
| "vditor": "^3.8.2", | ||
| "vue": "^3.0.7", | ||
| "vue-i18n": "^9.0.0", | ||
| "vue-router": "^4.0.4", | ||
| ... | ... | @@ -82,11 +82,11 @@ |
| "eslint": "^7.21.0", | ||
| "eslint-config-prettier": "^8.1.0", | ||
| "eslint-plugin-prettier": "^3.3.1", | ||
| "eslint-plugin-vue": "^7.6.0", | ||
| "eslint-plugin-vue": "^7.7.0", | ||
| "esno": "^0.4.5", | ||
| "fs-extra": "^9.1.0", | ||
| "http-server": "^0.12.3", | ||
| "husky": "^5.1.2", | ||
| "husky": "^5.1.3", | ||
| "inquirer": "^8.0.0", | ||
| "is-ci": "^3.0.0", | ||
| "less": "^4.1.1", | ||
| ... | ... | @@ -105,19 +105,18 @@ |
| "vite-plugin-compression": "^0.2.3", | ||
| "vite-plugin-html": "^2.0.3", | ||
| "vite-plugin-imagemin": "^0.2.9", | ||
| "vite-plugin-mock": "^2.1.5", | ||
| "vite-plugin-mock": "^2.2.0", | ||
| "vite-plugin-purge-icons": "^0.7.0", | ||
| "vite-plugin-pwa": "^0.5.6", | ||
| "vite-plugin-style-import": "^0.7.6", | ||
| "vite-plugin-theme": "^0.4.8", | ||
| "vite-plugin-windicss": "0.6.2", | ||
| "vue-eslint-parser": "^7.5.0", | ||
| "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", | ||
| "ecstatic": "4.1.4" | ||
| "bin-wrapper": "npm:bin-wrapper-china" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... |
src/components/Icon/data/icons.data.ts
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
请
注册
或者
登录
后发表评论