yxl
2025-02-13 92f7479c89d8573d954e5bf37a464c1bbef396eb
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