zhengyiming
13 小时以前 97f29024ce18babeb4b635c5d73f907ac493976e
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);
  },
};