Browse Source

svg 组建修改

wolyshaw 3 years ago
parent
commit
0e815b32c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/icons/index.ts

+ 1 - 1
src/icons/index.ts

@@ -1,6 +1,6 @@
 // import Vue from 'vue'
 
-import SvgIcon from '/src/components/SvgIcon'// svg component
+import SvgIcon from '../components/svg-icon'// svg component
 
 // register globally
 // Vue.component('svg-icon', SvgIcon)