zhengyiming
91 分钟以前 fd06689a59dcdaf03d8f98d9531ad6f2c2b258c3
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);
  },
};