suerprisePlus
2024-07-16 6069325e1a37cf0462afda1627d4c660735dc57e
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