pengwei
2025-03-24 f90fbbc76d23340e4568dd4dadbab5f7f02a030f
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid