1
dengjunjie
2026-01-29 79949594d0ce05704353369e755dbc771a96739f
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid