yxl
2025-01-02 c0ff61d066a9f65aa0cdbeb1e10a249763f1e966
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