suerprisePlus
2024-06-12 0b7865733542931c7c3fcf74febd30fe145af957
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