suerprisePlus
2024-06-05 3ed05b2ea37c4da7b0b4923991deb1d27f415027
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