suerprisePlus
2024-07-04 81f92eb9fb83ed5d8ac0b0a5c206315416f10df0
1
2
3
4
5
6
7
8
 
import Right from './index.vue'
 
Right.install = function (Vue) {
  Vue.component(Right.name, Right)
}
 
export default Right