zhengyiming
2025-09-25 402fea403bbd4b4d3f6a1d568a34a7f05b3bb5ff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * @Author: 秦少卫
 * @Date: 2022-04-20 17:13:36
 * @LastEditors: 秦少卫
 * @LastEditTime: 2022-04-20 17:19:46
 * @Description: file content
 */
 
import svgIcon from './index.vue';
 
export default {
  install(Vue) {
    Vue.component(svgIcon.name, svgIcon);
  },
};