Explorar el Código

svg 组建修改

wolyshaw hace 3 años
padre
commit
0e815b32c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)