yxl
2025-01-22 f41e347a34d2859c149c59691bda6d179b209d44
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