yxl
2025-02-07 cea709ad1c7bd45aa45972174bd528b15bf4ae6b
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