浏览代码

svg 组建修改

wolyshaw 3 年之前
父节点
当前提交
0e815b32c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)