Skip to content

Commit

Permalink
feat: 支持 svg 图标自动引入
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen committed Jan 27, 2023
1 parent 732512e commit e9c0e9b
Show file tree
Hide file tree
Showing 18 changed files with 1,389 additions and 280 deletions.
454 changes: 228 additions & 226 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declare module '@vue/runtime-core' {
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
Tabbar: typeof import('./src/components/Tabbar/index.vue')['default']
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
VanCell: typeof import('vant/es')['Cell']
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"typescript": "~4.7.4",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.12"
}
Expand Down
Loading

0 comments on commit e9c0e9b

Please sign in to comment.