yxl
2025-01-14 266bf7454bcd0e3d814c974c6b0b05349fe549db
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