yxl
2025-02-07 cea709ad1c7bd45aa45972174bd528b15bf4ae6b
1
2
3
4
5
6
7
8
 
import Icon from './index.vue'
 
Icon.install = function (Vue) {
  Vue.component(Icon.name, Icon)
}
 
export default Icon