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