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