yxl
2025-01-03 8ca7f7c74de140b79ea7dd821ca0236b11ce7551
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