suerprisePlus
2024-06-27 12a2d994bace6430a49e390b2ed3df9e00af6168
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